Browse Source

Reorder

pull/1926/head
Thomas 2 years ago
parent
commit
692b295f5a
  1. 4
      apps/api/src/app/import/import.service.ts

4
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 } }
});
}

Loading…
Cancel
Save