Skip to content

Commit 7885045

Browse files
committed
Another import fix…
1 parent 9713615 commit 7885045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/services/apiAuth.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
isPersonalAccessToken,
1818
} from "./personalAccessToken.server";
1919
import { isPublicJWT, validatePublicJwtKey } from "./realtime/jwtAuth.server";
20-
import { sanitizeBranchName } from "./upsertBranch.server";
20+
import { sanitizeBranchName } from "~/v3/gitBranch";
2121

2222
const ClaimsSchema = z.object({
2323
scopes: z.array(z.string()).optional(),

0 commit comments

Comments
 (0)