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,
|
headers,
|
||||||
username: null,
|
username: null,
|
||||||
ps: null,
|
ps: null,
|
||||||
qs: null,
|
qs: null
|
||||||
streaming: true
|
|
||||||
});
|
});
|
||||||
const folder = `work/${min.instance.botId}.gbai/cache`;
|
const folder = `work/${min.instance.botId}.gbai/cache`;
|
||||||
const filename = `${GBAdminService.generateUuid()}.png`;
|
const filename = `${GBAdminService.generateUuid()}.png`;
|
||||||
|
|
Loading…
Add table
Reference in a new issue