Merge branch 'integration/dummy-project' of github.com:medusajs/medusa into integration/dummy-project

This commit is contained in:
Sebastian Rindom
2020-07-11 16:32:16 +02:00
7 changed files with 5662 additions and 40 deletions
-1
View File
@@ -230,7 +230,6 @@ class OrderService extends BaseService {
return this.retrieve(order._id)
})
.catch(error => {
console.log(error)
throw error
})
})