Skip to content

Commit

Permalink
chore: Change placeholder numbers with 1919
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorklauritzen committed Feb 20, 2025
1 parent 78e6d80 commit 1fecafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/services/shop/purchase/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const createPurchaseByStudentCard = ServiceMethod({
// TODO: Return remaining balance in account

return {
remainingBalance: 15100,
remainingBalance: 191900,
user,
productList,
}
Expand Down
2 changes: 1 addition & 1 deletion src/services/users/read.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const readUserWithBalance = ServiceMethod({
})

return {
balance: 12300,
balance: 191900,
user,
}
}
Expand Down

0 comments on commit 1fecafb

Please sign in to comment.