Skip to content

Commit c99af33

Browse files
committed
Use controllerName
1 parent 86e97db commit c99af33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-controllers/src/services/AbstractExecutionService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export type TerminateJobArgs<WorkerType> = Partial<Job<WorkerType>> &
6464
export abstract class AbstractExecutionService<WorkerType>
6565
implements ExecutionService
6666
{
67-
name = 'ExecutionService' as const;
67+
name: typeof controllerName = controllerName;
6868

6969
state = null;
7070

0 commit comments

Comments
 (0)