fix(admin.gbapp): Fixing token generation issues.
This commit is contained in:
parent
3de3bd6c01
commit
2a848f4ea6
2 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -579,8 +579,7 @@ export class SystemKeywords {
|
|||
headers: addressOrHeaders,
|
||||
username: httpUsername,
|
||||
ps: httpPs,
|
||||
qs,
|
||||
streaming
|
||||
qs
|
||||
});
|
||||
} else {
|
||||
GBLog.info(`BASIC: GET '${addressOrHeaders}' in '${file}'.`);
|
||||
|
|
Loading…
Add table
Reference in a new issue