Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor get-words.ts to streamline data parsing
The changes in get-words.ts attempt to make the data parsing process more efficient by consolidating two separate actions into one. We specifically eliminated the separate 'word' parsing operation and directly supplied the parsed 'jsonObject' to 'zodParse'. Moreover, this refactor ensures all yielded words are in lower case.
- Loading branch information