mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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);
|
||||
// @ts-ignore CAT-957
|
||||
await this.tagRepository.upsert(tagCopy, {
|
||||
skipUpdateIfNoValuesChanged: true,
|
||||
conflictPaths: { id: true },
|
||||
|
||||
Reference in New Issue
Block a user