Skip to content

Commit

Permalink
relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
arcoraven committed Jan 30, 2025
1 parent f107954 commit cb53011
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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,4 +1,4 @@
import type { ServiceName } from "src/core/services.js";
import type { ServiceName } from "../core/services.js";
import { type UsageV2Event, getTopicName } from "../core/usageV2.js";

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/service-utils/src/core/usageV2.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ServiceName } from "src/node/index.js";
import type { ServiceName } from "../node/index.js";

export interface UsageV2Event {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/service-utils/src/node/usageV2.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { randomUUID } from "node:crypto";
import { checkServerIdentity } from "node:tls";
import { Kafka, type Producer } from "kafkajs";
import type { ServiceName } from "src/core/services.js";
import type { ServiceName } from "../core/services.js";
import { type UsageV2Event, getTopicName } from "../core/usageV2.js";

/**
Expand Down

0 comments on commit cb53011

Please sign in to comment.