mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(core): Add temporary workaround for a compile error (no-changelog) (#19087)
This commit is contained in:
@@ -48,6 +48,7 @@ export class DataStoreRepository extends Repository<DataTable> {
|
||||
);
|
||||
|
||||
if (columnEntities.length > 0) {
|
||||
// @ts-ignore Workaround for intermittent typecheck issue with _QueryDeepPartialEntity
|
||||
await em.insert(DataTableColumn, columnEntities);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user