Skip to content

Commit

Permalink
Merge pull request #249 from sotatek-dev/feat/add-token
Browse files Browse the repository at this point in the history
fix: check daily quota
  • Loading branch information
Sotatek-TanHoang authored Jan 8, 2025
2 parents ee8344b + 53e467f commit f02ee21
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 f02ee21

Please sign in to comment.