Skip to content

Commit

Permalink
removed test projectId fixed find
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelgeorge99 committed Sep 26, 2024
1 parent 7f0ec4e commit e47be31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/adapters/donationSaveBackup/donationSaveBackupAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ export class DonationSaveBackupAdapter implements DonationSaveBackupInterface {

const result = await collection
.find({
// imported: { $exists: false },
// importError: { $exists: false },
projectId: 223479,
imported: { $exists: false },
importError: { $exists: false },
})
.sort({ _id: 1 })
.limit(params.limit)
Expand Down

0 comments on commit e47be31

Please sign in to comment.