Skip to content

Commit 8f932d0

Browse files
committed
fix eslint no-explicit-any on AnyActorSystem type alias
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 58ba20a commit 8f932d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/actors/worker/fromWorkerfiedActor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
matchesState
1010
} from 'xstate';
1111

12+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1213
type AnyActorSystem = ActorSystem<any>;
1314
import { STATE_SNAPSHOT_EVENT, WORKER_EVENTS, workerCommands } from './events';
1415

0 commit comments

Comments
 (0)