Skip to content

Commit 14e4ec1

Browse files
committed
types
1 parent 30f9bf2 commit 14e4ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ws-worker/test/api/claim.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const createMockApp = (opts: any) => {
145145
openClaims: {},
146146
workflows,
147147
queueChannel: channel,
148-
execute: (...args) => {
148+
execute: (...args: any) => {
149149
onExecute(...args);
150150
},
151151
events: new EventEmitter(),

0 commit comments

Comments
 (0)