diff --git a/apps/api/src/app/import/import.service.ts b/apps/api/src/app/import/import.service.ts index 64ed3d58f..98dc0e249 100644 --- a/apps/api/src/app/import/import.service.ts +++ b/apps/api/src/app/import/import.service.ts @@ -303,8 +303,8 @@ export class ImportService { } } }, - User: { connect: { id: userId } }, - updateAccountBalance: false + updateAccountBalance: false, + User: { connect: { id: userId } } }); }