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 f823f76 commit 9713615Copy full SHA for 9713615
apps/webapp/app/models/runtimeEnvironment.server.ts
@@ -2,8 +2,8 @@ import type { AuthenticatedEnvironment } from "@internal/run-engine";
2
import type { Prisma, PrismaClientOrTransaction, RuntimeEnvironment } from "@trigger.dev/database";
3
import { prisma } from "~/db.server";
4
import { logger } from "~/services/logger.server";
5
-import { sanitizeBranchName } from "~/services/upsertBranch.server";
6
import { getUsername } from "~/utils/username";
+import { sanitizeBranchName } from "~/v3/gitBranch";
7
8
export type { RuntimeEnvironment };
9
0 commit comments