Skip to content

Commit

Permalink
Fix(lol): typo in query
Browse files Browse the repository at this point in the history
  • Loading branch information
KwikKill committed Aug 3, 2023
1 parent 0abd5e4 commit 29f235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/lol.js
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@ async function stats_evolution(client, interaction, discordaccount, champion, ro

let queryaccount = "";
if (account !== null) {
queryaccount = " AND summoners.account = $" + i;
queryaccount = " AND summoners.username = $" + i;
query_values.push(account);
i++;
}
Expand Down

0 comments on commit 29f235a

Please sign in to comment.