Skip to content

Commit

Permalink
add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
idoubi committed Apr 14, 2024
1 parent 5961d08 commit ae73dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function getUserCredits(user_uuid: string): Promise<UserCredits> {
let user_credits: UserCredits = {
one_time_credits: 1,
monthly_credits: 0,
total_credits: 0,
total_credits: 1,
used_credits: 0,
left_credits: 1,
};
Expand Down

0 comments on commit ae73dca

Please sign in to comment.