This commit is contained in:
nicktrn
2024-10-17 12:27:18 +01:00
parent 5364558610
commit df15d6af91
@@ -136,7 +136,7 @@ export class EnvironmentVariablesRepository implements Repository {
try {
for (const variable of values) {
const result = await $transaction(this.prismaClient, async (tx) => {
const result = await $transaction(this.prismaClient, async (tx) => {
const environmentVariable = await tx.environmentVariable.upsert({
where: {
projectId_key: {