Skip to content

Commit

Permalink
fix: active offer file bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 12, 2022
1 parent 1487a4c commit d2c1470
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 @@ -146,7 +146,7 @@ export const cancelImportedOfferFile = async (req, res) => {

export const getCurrentOfferInfo = async (req, res) => {
try {
// await assertActiveOfferFile();
await assertActiveOfferFile();

const offerFileJson = await Meta.findOne({
where: { metaKey: 'activeOffer' },
Expand Down

0 comments on commit d2c1470

Please sign in to comment.