rez_core 1.0.76 → 1.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@ export class MasterController {
|
|
|
54
54
|
@Body('duplicateHandling') duplicateHandling: 'skip_duplicates' | 'overwrite_items',
|
|
55
55
|
) {
|
|
56
56
|
let requestedUser = req.user;
|
|
57
|
-
let loggedInUser = await this.entityService.getEntityData(ENTITYTYPE_USER, requestedUser.
|
|
57
|
+
let loggedInUser = await this.entityService.getEntityData(ENTITYTYPE_USER, requestedUser.userId);
|
|
58
58
|
|
|
59
59
|
if (!file) {
|
|
60
60
|
throw new BadRequestException('File is required');
|