From 692b295f5aba8117095fe0adcf7ce2c0bdeb2457 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Thu, 4 May 2023 20:41:15 +0200 Subject: [PATCH] Reorder --- apps/api/src/app/import/import.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } }); }