mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-04-28 14:24:07 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
efb1cbeeb0
commit
5deaedb8e7
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user