Skip to content

Commit

Permalink
fix: transfer download file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Sep 2, 2022
1 parent 4445144 commit 25dd73e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/models/staging/staging.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});

Expand Down

0 comments on commit 25dd73e

Please sign in to comment.