mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Fix the setEffort arrow shorthand lint finding
This commit is contained in:
@@ -114,7 +114,7 @@ export function apply(ctx: ClientContext): void {
|
||||
directory: directory.store,
|
||||
load: () => { directory.load().catch(() => { /* surfaced on the store */ }) },
|
||||
select: (target: ModelTarget) => directory.select(target).then(() => true, () => false),
|
||||
setEffort: effort => directory.setEffort(effort),
|
||||
setEffort: (effort) => { directory.setEffort(effort) },
|
||||
}
|
||||
},
|
||||
}, ModelSelect), 'ui-model: composer model seat registration')
|
||||
|
||||
Reference in New Issue
Block a user