Signed-off-by: Traxus <shyidx@gmail.com>

This commit is contained in:
Traxus 2023-04-21 20:42:41 -04:00
parent efb1cbeeb0
commit 5deaedb8e7

View File

@ -247,7 +247,7 @@ export async function getJsonItemsFromDirectory(jsonDirectory : string, pluckerF
}
if (jsonParseSuccess === true) {
let fileJsonContents = JSON.parse(fileRawContents);
fileJsonContents = JSON.parse(fileRawContents);
let jsonData = pluckerFunction(fileJsonContents);
jsonData.sourceFile = jsonFile;