test deploy functions

This commit is contained in:
adueck 2024-08-15 13:48:04 -04:00
parent 424b4f0e0d
commit 962a4c1faf
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ async function getRawEntries(): Promise<T.DictionaryEntry[]> {
)} is a duplicate ts of a different entry`
);
}
// add alphabetical index
// make alphabetical index
entries.sort((a, b) => a.p.localeCompare(b.p, "ps"));
const entriesLength = entries.length;
// add index