chore: Move typecheck exemption to fix intermittent build issue (#16482)

This commit is contained in:
Iván Ovejero
2025-06-18 16:59:09 +02:00
committed by GitHub
parent c480d3cc6a
commit 32b42dd2f6

View File

@@ -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 },