Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit c4f3690

Browse files
authored
Merge pull request #85 from WildCodeSchool/feature/money-fix
register money 11000
2 parents ee251ce + ee0c285 commit c4f3690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/api/src/games/register-label.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ postRegisterLabelRouter.post('/register-label', async (req: Request, res) => {
2323
.values({
2424
name,
2525
logos_id: logosId,
26-
budget: 15000,
26+
budget: 11000,
2727
score_xp: 0,
2828
notoriety: 0,
2929
users_id: userId,

0 commit comments

Comments
 (0)