Skip to content

Commit 879148f

Browse files
authored
fix: relative path import for usageV2 (#6385)
1 parent 25b149d commit 879148f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-utils/src/cf-worker/usageV2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Headers, type Request, fetch } from "@cloudflare/workers-types";
2-
import type { CoreAuthInput } from "src/core/types.js";
2+
import type { CoreAuthInput } from "../core/types.js";
33
import type {
44
ClientUsageV2Event,
55
UsageV2Event,

0 commit comments

Comments
 (0)