Update NsPanelTs.ts

This commit is contained in:
Thomas
2023-12-26 00:45:48 +01:00
parent 1cb974494f
commit b35122868f

View File

@@ -3018,7 +3018,7 @@ function findPageItem(searching: String): PageItem {
return pageItem === undefined;
});
if (Debug) log('findPageItem -> pageItem SubPage ' + JSON.stringifyy(pageItem), 'info');
if (Debug) log('findPageItem -> pageItem SubPage ' + JSON.stringify(pageItem), 'info');
return pageItem;
} catch (err) {
@@ -5671,7 +5671,7 @@ function GenerateQRPage(page: PageQR): Payload[] {
});
if (Debug) {
log('GenerateQRPage payload: ' + JSON.stingify(out_msgs), 'info');
log('GenerateQRPage payload: ' + JSON.stringify(out_msgs), 'info');
}
return out_msgs;