Skip to content

Commit 6c11922

Browse files
committed
wip
1 parent 4ad4d82 commit 6c11922

File tree

1 file changed

+1
-3
lines changed
  • packages/signals/signals/src/core/processor

1 file changed

+1
-3
lines changed

packages/signals/signals/src/core/processor/sandbox.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,5 @@ export class NoopSandbox implements SignalSandbox {
341341
execute(_signal: Signal, _signals: Signal[]) {
342342
return Promise.resolve(undefined)
343343
}
344-
destroy(): void | Promise<void> {
345-
return
346-
}
344+
destroy(): void {}
347345
}

0 commit comments

Comments
 (0)