Skip to content

Commit 76883aa

Browse files
Update node:timers/promises (#520)
1 parent 97fde2a commit 76883aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/restate-sdk/src/promises.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
} from "./types/errors.js";
2626
import { CompletablePromise } from "./utils/completable_promise.js";
2727
import type { ContextImpl, RunClosuresTracker } from "./context_impl.js";
28-
import { setTimeout } from "timers/promises";
28+
import { setTimeout } from "node:timers/promises";
2929
import type { InputPump, OutputPump } from "./io.js";
3030

3131
// A promise that is never completed

0 commit comments

Comments
 (0)