Skip to content

Commit

Permalink
fix: relative path import for usageV2 (#6385)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcoraven authored Mar 1, 2025
1 parent 25b149d commit 879148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/service-utils/src/cf-worker/usageV2.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Headers, type Request, fetch } from "@cloudflare/workers-types";
import type { CoreAuthInput } from "src/core/types.js";
import type { CoreAuthInput } from "../core/types.js";
import type {
ClientUsageV2Event,
UsageV2Event,
Expand Down

0 comments on commit 879148f

Please sign in to comment.