fix: Fix typeorm .save usage (no-changelog) (#8678)
This commit is contained in:
@@ -492,7 +492,7 @@ export class SourceControlImportService {
|
||||
key,
|
||||
value: valueOverrides[key],
|
||||
});
|
||||
await Container.get(VariablesRepository).save(newVariable);
|
||||
await Container.get(VariablesRepository).save(newVariable, { transaction: false });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user