mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 00:07:02 +02:00
fix(core): Add temporary workaround for a compile error (no-changelog) (#19087)
This commit is contained in:
parent
583dd48d8a
commit
4eade9ff7a
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user