mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
chore: Move typecheck exemption to fix intermittent build issue (#16482)
This commit is contained in:
@@ -617,8 +617,8 @@ export class SourceControlImportService {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// @ts-ignore CAT-957
|
|
||||||
const tagCopy = this.tagRepository.create(tag);
|
const tagCopy = this.tagRepository.create(tag);
|
||||||
|
// @ts-ignore CAT-957
|
||||||
await this.tagRepository.upsert(tagCopy, {
|
await this.tagRepository.upsert(tagCopy, {
|
||||||
skipUpdateIfNoValuesChanged: true,
|
skipUpdateIfNoValuesChanged: true,
|
||||||
conflictPaths: { id: true },
|
conflictPaths: { id: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user