Skip to content

Commit

Permalink
fix de_DE remaining path
Browse files Browse the repository at this point in the history
  • Loading branch information
Himyu committed Nov 1, 2022
1 parent 724bf8c commit 432ec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StaticData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default class StaticData {
}

const champions: Array<any> = Object.values(
require(`../frontend/data/de_DE/champion.json`).data
require(`../frontend/data/en_US/champion.json`).data
)

await Promise.all(champions.map( async (champ) => {
Expand Down

0 comments on commit 432ec22

Please sign in to comment.