Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Apr 16, 2024
1 parent 77c3312 commit 203a9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ const user_data = (req_username, first_open) => {
})
.then(data => {
data = data.result;
duco_price = data["prices"]["max"];
duco_price = data["exch_rates"]["max"]["price"];

try {
create_prices(data.exch_rates);
Expand Down

0 comments on commit 203a9b7

Please sign in to comment.