fix(admin.gbapp): Fixing token generation issues.
This commit is contained in:
parent
6f4e68a514
commit
19b92c7170
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