Skip to content

Commit

Permalink
FIX: cron for vendor payout computation
Browse files Browse the repository at this point in the history
  • Loading branch information
siradji committed Oct 14, 2024
1 parent dcb1b89 commit c53483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/payment-service/src/payout/payout.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class VendorPayoutService implements VendorPayoutServiceI {
}
}

@Cron(CronExpression.EVERY_DAY_AT_6AM, {
@Cron(CronExpression.EVERY_DAY_AT_10PM, {
timeZone: 'Africa/Lagos'
})
async handlePayoutComputation (): Promise<void> {
Expand Down

0 comments on commit c53483d

Please sign in to comment.