fix: use withdrawals table consistently
Build docker and publish / build (20.15.1) (push) Failing after 8m20s

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-05-25 10:43:24 -07:00
parent eba256bdc9
commit b6b5bccde6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -174,5 +174,5 @@ type Withdrawal struct {
}
func (*Withdrawal) TableName() string {
return "user_withdrawal"
return "withdrawals"
}