Skip to content

Commit

Permalink
fix(admin.gbapp): Fixing token generation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Dec 27, 2022
1 parent 3de3bd6 commit 2a848f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 1 addition & 2 deletions packages/basic.gblib/services/SystemKeywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,7 @@ export class SystemKeywords {
headers: addressOrHeaders,
username: httpUsername,
ps: httpPs,
qs,
streaming
qs
});
} else {
GBLog.info(`BASIC: GET '${addressOrHeaders}' in '${file}'.`);
Expand Down

0 comments on commit 2a848f4

Please sign in to comment.