Skip to content

Commit

Permalink
Merge pull request #14 from TomasKetterer/changeWorkFlow
Browse files Browse the repository at this point in the history
add bonos to post user
  • Loading branch information
TomasKetterer authored Oct 18, 2024
2 parents ca495bf + 6875f8b commit ca94e08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ function App() {
id: newUserId,
username: user.nickname,
email: user.email,
password: "No hay password",
wallet: 0.0
password: "Nohaypassword",
wallet: 0.0,
bonos: {}
},
{
headers: {
Expand Down

0 comments on commit ca94e08

Please sign in to comment.