fix(admin.gbapp): Fixing token generation issues.
This commit is contained in:
parent
2a848f4ea6
commit
8fb35c2c2d
1 changed files with 1 additions and 2 deletions
|
@ -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`;
|
||||
|
|
Loading…
Add table
Reference in a new issue