fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 2a848f4ea6 - Show all commits

View file

@ -14,7 +14,7 @@
"Dário Vieira <dario.junior3@gmail.com>"
],
"engines": {
"node": "=19.2.0"
"node": "=19.3.0"
},
"license": "AGPL-3.0",
"preferGlobal": true,

View file

@ -579,8 +579,7 @@ export class SystemKeywords {
headers: addressOrHeaders,
username: httpUsername,
ps: httpPs,
qs,
streaming
qs
});
} else {
GBLog.info(`BASIC: GET '${addressOrHeaders}' in '${file}'.`);