fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 40a95ec883 - Show all commits

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,