Skip to content

Commit

Permalink
add EMERALD
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflake-x committed Jul 21, 2023
2 parents 32373ac + 1d895c3 commit 37a8d94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/DataQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export class DataQuery {
async queryGameMode(id) {
const result = await fetch('/lol-game-queues/v1/queues/' + id.toString()).then((res) => res.json());
return result.name;

}


Expand Down

0 comments on commit 37a8d94

Please sign in to comment.