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

View file

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