We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6392ab8 commit 457092aCopy full SHA for 457092a
packages/backend/server/utils/bucket.ts
@@ -1,6 +1,6 @@
1
import { prefixStorage, createStorage, joinKeys } from "unstorage";
2
import cloudflareR2BindingDriver from "unstorage/drivers/cloudflare-r2-binding";
3
-import {getR2Binding} from "unstorage/drivers/utils/cloudflare";
+import { getR2Binding } from "unstorage/drivers/utils/cloudflare";
4
import { WorkflowData, Cursor } from "../types";
5
import type { H3EventContext } from "h3";
6
0 commit comments