Skip to content

Commit 2ca8203

Browse files
committed
Fix compilation error
1 parent d5bf6ca commit 2ca8203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/src/interceptors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ export interface WorkerInterceptors {
111111
workflowModules?: string[];
112112
}
113113

114-
export type CompiledWorkerInterceptors = Required<Pick<WorkerInterceptors, 'activity' | 'workflowModules'>>;
114+
export type CompiledWorkerInterceptors = Required<Pick<WorkerInterceptors, 'client' | 'activity' | 'workflowModules'>>;

0 commit comments

Comments
 (0)