tango-app-api-task 3.7.23 → 3.7.24
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
|
@@ -5576,7 +5576,7 @@ export async function StoreHygienetask( req, res ) {
|
|
|
5576
5576
|
}
|
|
5577
5577
|
// return res.sendError( 'No user Found For this store', 500 );
|
|
5578
5578
|
}
|
|
5579
|
-
|
|
5579
|
+
finduser = finduser?.toObject();
|
|
5580
5580
|
userId = finduser.userId;
|
|
5581
5581
|
inputBody.userName = finduser.userName;
|
|
5582
5582
|
inputBody.userEmail = finduser.userEmail;
|