Skip to content

Commit 9713615

Browse files
committed
Fix broken sanitizeBranchName import
1 parent f823f76 commit 9713615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/models/runtimeEnvironment.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { AuthenticatedEnvironment } from "@internal/run-engine";
22
import type { Prisma, PrismaClientOrTransaction, RuntimeEnvironment } from "@trigger.dev/database";
33
import { prisma } from "~/db.server";
44
import { logger } from "~/services/logger.server";
5-
import { sanitizeBranchName } from "~/services/upsertBranch.server";
65
import { getUsername } from "~/utils/username";
6+
import { sanitizeBranchName } from "~/v3/gitBranch";
77

88
export type { RuntimeEnvironment };
99

0 commit comments

Comments
 (0)