fix(core.gbapp): Fix default theme information.
This commit is contained in:
parent
ef11b19adb
commit
40a95ec883
1 changed files with 3 additions and 1 deletions
|
@ -528,8 +528,10 @@ export class GBMinService {
|
||||||
// Sends all information to the .gbui web client.
|
// Sends all information to the .gbui web client.
|
||||||
|
|
||||||
if (!theme) {
|
if (!theme) {
|
||||||
theme = `${instance.botId}.gbtheme`;
|
theme = `default.gbtheme`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
res.send(
|
res.send(
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
instanceId: instance.instanceId,
|
instanceId: instance.instanceId,
|
||||||
|
|
Loading…
Add table
Reference in a new issue