🔧 Fixes to missing methods

This commit is contained in:
2021-09-06 23:21:33 -07:00
parent f5319807be
commit c7d431343d
3 changed files with 22 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ SOFTWARE.
* Initial: 2021/07/29 Rishi Ghan
*/
import { each, map, isUndefined, isNull, assign } from "lodash";
import { each, isNull } from "lodash";
import stringSimilarity from "string-similarity";
import https from "https";
import { createWriteStream } from "fs";