Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 8, 2022
1 parent 4536a9a commit 93b8494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/offer.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const cancelImportedOfferFile = async (req, res) => {

await Meta.destroy({
where: {
meteKey: 'activeOffer',
metaKey: 'activeOffer',
},
});
} catch (error) {
Expand Down

0 comments on commit 93b8494

Please sign in to comment.