Skip to content

Commit

Permalink
eliminate bonos from post user
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKetterer committed Oct 18, 2024
1 parent 6875f8b commit 249f5bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ function App() {
username: user.nickname,
email: user.email,
password: "Nohaypassword",
wallet: 0.0,
bonos: {}
wallet: 0.0
},
{
headers: {
Expand Down

0 comments on commit 249f5bb

Please sign in to comment.