Skip to content

Commit

Permalink
code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Dormand authored and Scott Dormand committed Jan 21, 2025
1 parent 04c5c30 commit 045a55f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const processRecurringPayments = async () => {
const response = await salesApi.getDueRecurringPayments(date)
console.log('Recurring Payments found: ', response)
await Promise.all(response.map(record => processRecurringPayment(record)))
console.log('Recurring Payments processed:', payments)
} else {
console.log('Recurring Payments job disabled')
}
Expand Down

0 comments on commit 045a55f

Please sign in to comment.