Skip to content

Commit

Permalink
use Async/Await over P->Then ✨ ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed May 27, 2020
1 parent 63e0831 commit 99df037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function makePromise(multer, name) {
});
});

return next();
return next;
};
};
}
Expand Down

0 comments on commit 99df037

Please sign in to comment.