Skip to content

Commit

Permalink
fix: check daily quota
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TanHoang committed Jan 8, 2025
1 parent a2972e4 commit 53e467f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/crawler/job-unlock.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ export class JobUnlockProvider {
where: {
fromAddress: token,
},
select:{
id:true,
fromAddress:true,
dailyQuota:true
}
select: {
id: true,
fromAddress: true,
dailyQuota: true,
},
}),
await this.eventLogRepository.sumAmountBridgeOfUserInDay(address, token),
]);
Expand Down

0 comments on commit 53e467f

Please sign in to comment.