Skip to content

Commit 58ee3bb

Browse files
Fix some broken imports
1 parent 57827bc commit 58ee3bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/routes/users/@me/billing/country-code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import { Request, Response, Router } from "express";
2020
import { route } from "@spacebar/api";
21-
import { IpDataClient } from "@spacebar/util*";
21+
import { IpDataClient } from "@spacebar/util";
2222

2323
const router: Router = Router({ mergeParams: true });
2424

src/api/routes/users/@me/billing/location-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import { Request, Response, Router } from "express";
2020
import { route } from "@spacebar/api";
21-
import { IpDataClient } from "@spacebar/util*";
21+
import { IpDataClient } from "@spacebar/util";
2222

2323
const router: Router = Router({ mergeParams: true });
2424

0 commit comments

Comments
 (0)