corrected formatting based on walkthrough of pr

This commit is contained in:
--list
2021-07-02 12:31:44 +02:00
parent 92710eb1de
commit 7cecc021f4
4 changed files with 74 additions and 56 deletions
@@ -59,7 +59,6 @@ export default async (req, res) => {
throw new MedusaError(MedusaError.Types.INVALID_DATA, error.details)
}
try {
const returnService = req.scope.resolve("returnService")
const orderService = req.scope.resolve("orderService")