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,
|
directory: directory.store,
|
||||||
load: () => { directory.load().catch(() => { /* surfaced on the store */ }) },
|
load: () => { directory.load().catch(() => { /* surfaced on the store */ }) },
|
||||||
select: (target: ModelTarget) => directory.select(target).then(() => true, () => false),
|
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')
|
}, ModelSelect), 'ui-model: composer model seat registration')
|
||||||
|
|||||||
Reference in New Issue
Block a user