We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9713615 commit 7885045Copy full SHA for 7885045
apps/webapp/app/services/apiAuth.server.ts
@@ -17,7 +17,7 @@ import {
17
isPersonalAccessToken,
18
} from "./personalAccessToken.server";
19
import { isPublicJWT, validatePublicJwtKey } from "./realtime/jwtAuth.server";
20
-import { sanitizeBranchName } from "./upsertBranch.server";
+import { sanitizeBranchName } from "~/v3/gitBranch";
21
22
const ClaimsSchema = z.object({
23
scopes: z.array(z.string()).optional(),
0 commit comments