Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosQ96 committed Jan 18, 2024
1 parent 34324a3 commit 8c8bbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/cronJobs/importLostDonationsJob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const importLostDonations = async () => {

for (const tx of donationTxHashes) {
try {
logger.info('processing txhash: ', tx)
logger.info('processing txhash: ', tx);
const donationExists = await Donation.createQueryBuilder('donation')
.where(`lower(donation.transactionId) = :hash`, {
hash: tx.toLowerCase(),
Expand Down

0 comments on commit 8c8bbb6

Please sign in to comment.