diff --git a/server/src/services/ignored/app_import_export.service.ts b/server/src/services/ignored/app_import_export.service.ts index e0569a36cf..47aa0724da 100644 --- a/server/src/services/ignored/app_import_export.service.ts +++ b/server/src/services/ignored/app_import_export.service.ts @@ -1214,7 +1214,6 @@ export class AppImportExportService { name: dataSource.name, kind: dataSource.kind, type: DataSourceTypes.DEFAULT, - appVersionId, scope: 'global', pluginId: plugin.id, }); @@ -1230,7 +1229,6 @@ export class AppImportExportService { name: dataSource.name, kind: dataSource.kind, type: DataSourceTypes.DEFAULT, - appVersionId, scope: 'global', pluginId: null, });