diff --git a/src/models/staging/staging.model.js b/src/models/staging/staging.model.js index c1431d17..c75f416f 100644 --- a/src/models/staging/staging.model.js +++ b/src/models/staging/staging.model.js @@ -42,8 +42,7 @@ class Staging extends Model { static generateOfferFile = async () => { const stagingRecord = await Staging.findOne({ - // where: { isTransfer: true }, - where: { commited: false }, + where: { isTransfer: true }, raw: true, });