Skip to content

Commit

Permalink
Fix cloudflare workers template
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Nov 21, 2024
1 parent 283ec6f commit 15c96c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cloudflare-worker/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as restate from "@restatedev/restate-sdk-cloudflare-workers/fetch";
import { sendNotification, sendReminder } from "./utils.ts";
import { sendNotification, sendReminder } from "./utils.js";

export default restate
.endpoint()
Expand Down

0 comments on commit 15c96c0

Please sign in to comment.