Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Jul 30, 2024
1 parent 9cb30eb commit ff43607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/js/dictionary/dictionary-data-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export function getGroupedPronunciations(dictionaryEntry) {

const allTerms = new Set();
const allReadings = new Set();
/** @type {Map<string, string>} */
const aliasMap = new Map();
for (const {term, reading} of headwords) {
allTerms.add(term);
Expand Down

0 comments on commit ff43607

Please sign in to comment.