fix(core.gbapp): Fix default theme information.

This commit is contained in:
Rodrigo Rodriguez 2021-06-21 08:25:50 -03:00
parent ef11b19adb
commit 40a95ec883

View file

@ -528,8 +528,10 @@ export class GBMinService {
// Sends all information to the .gbui web client.
if (!theme) {
theme = `${instance.botId}.gbtheme`;
theme = `default.gbtheme`;
}
res.send(
JSON.stringify({
instanceId: instance.instanceId,