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

This commit is contained in:
Traxus 2023-04-21 20:21:30 -04:00
parent 8a1a291b2e
commit d5f4742272

View File

@ -95,7 +95,7 @@ async function datocmsPageQueryIntercept(query : any) {
let jsonDirectory : string = path.join(process.cwd(), 'json/site_content');
let jsonPath : string = jsonDirectory + '/' + parent + '.json';
let fileRawContents : string = '';
let fileJson : object = {}
let fileJson : any = {}
let jsonData : any = {}
try {