We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
controllerName
1 parent 86e97db commit c99af33Copy full SHA for c99af33
packages/snaps-controllers/src/services/AbstractExecutionService.ts
@@ -64,7 +64,7 @@ export type TerminateJobArgs<WorkerType> = Partial<Job<WorkerType>> &
64
export abstract class AbstractExecutionService<WorkerType>
65
implements ExecutionService
66
{
67
- name = 'ExecutionService' as const;
+ name: typeof controllerName = controllerName;
68
69
state = null;
70
0 commit comments