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 2a848f4 commit 8fb35c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core.gbapp/services/GBMinService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,7 @@ export class GBMinService {
headers,
username: null,
ps: null,
qs: null,
streaming: true
qs: null
});
const folder = `work/${min.instance.botId}.gbai/cache`;
const filename = `${GBAdminService.generateUuid()}.png`;
Expand Down

0 comments on commit 8fb35c2

Please sign in to comment.