Update issue_credits.ts

This commit is contained in:
Nicolas 2024-12-15 15:53:24 -03:00
parent 1214d219e1
commit 126b46ee2c

View File

@ -9,6 +9,7 @@ export async function issueCredits(team_id: string, credits: number) {
status: "active",
// indicates that this coupon was issued from auto recharge
from_auto_recharge: true,
initial_credits: credits,
});
if (error) {