Skip to content

Commit 42f69d5

Browse files
Update apps/webapp/app/services/upsertBranch.server.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e6c0a03 commit 42f69d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class UpsertBranchService {
9292

9393
const now = new Date();
9494

95-
const branch = await prisma.runtimeEnvironment.upsert({
95+
const branch = await this.#prismaClient.runtimeEnvironment.upsert({
9696
where: {
9797
projectId_shortcode: {
9898
projectId: parentEnvironment.project.id,

0 commit comments

Comments
 (0)