Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 committed Dec 3, 2024
1 parent 58421b5 commit ef63ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {
Middleware,
QuerySerializer,
QuerySerializerOptions,
} from "./utils";
} from "./utils.ts";

type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;

Expand Down
2 changes: 1 addition & 1 deletion src/client/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Config } from "./types";
import type { Config } from "./types.ts";

interface PathSerializer {
path: Record<string, unknown>;
Expand Down

0 comments on commit ef63ab7

Please sign in to comment.