fix(admin.gbapp): Fixing token generation issues.

This commit is contained in:
rodrigorodriguez 2022-12-27 12:18:07 -03:00
parent 3de3bd6c01
commit 2a848f4ea6
2 changed files with 2 additions and 3 deletions

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}'.`);