Skip to content

Commit

Permalink
출금 실패 시 금액도 로깅
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-maki committed Oct 18, 2024
1 parent 5166bce commit f29e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/lib/server/utils/revenue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const settleRevenue = async ({ userId, settlementType }: SettleRevenuePar
type: 'section',
text: {
type: 'mrkdwn',
text: `UserID: ${userId}\nSettlementID: ${withdrawal.id}\nError: ${(err as Error).message}`,
text: `UserID: ${userId}\nSettlementID: ${withdrawal.id}\nAmount: ${withdrawal.paidAmount}\nError: ${(err as Error).message}`,
},
},
],
Expand Down

0 comments on commit f29e842

Please sign in to comment.