Merge branch 'master' into nymkappa/bugfix/cleanup-logs

This commit is contained in:
softsimon
2023-01-05 00:46:21 +04:00
committed by GitHub
40 changed files with 1238 additions and 449 deletions

View File

@@ -538,6 +538,10 @@ class NodesApi {
const IPSIds = ISPId.split(',');
const [rows]: any = await DB.query(query, [IPSIds, IPSIds]);
if (!rows || rows.length === 0) {
return [];
}
const nodes = {};
const intISPIds: number[] = [];