properly removed all merge conflicts

This commit is contained in:
--list
2021-06-17 08:51:57 +02:00
parent 90e157a5ac
commit 0f2fe26b0e
7 changed files with 0 additions and 42 deletions
@@ -149,11 +149,7 @@ export default async (req, res) => {
.withTransaction(manager)
.retrieve(id)
<<<<<<< HEAD
const evaluatedNoNotification = value.no_notification !== undefined && value.no_notification !== null ? value.no_notification : order.no_notification
=======
const evaluatedNoNotification = value.no_notification !== undefined ? value.no_notification : order.no_notification
>>>>>>> 04fe5292f7e9dcd14cb1a4ea17db8978f9b52c03
returnObj.no_notification = evaluatedNoNotification
const createdReturn = await returnService