Skip to content

Commit

Permalink
fix(core.gbapp): Fix default theme information.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jun 21, 2021
1 parent e1f0176 commit e2fee04
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBMinService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export class GBMinService {

// Sends all information to the .gbui web client.

if (theme === undefined) {
if (!theme) {
theme = `${instance.botId}.gbtheme`;
}
res.send(
Expand Down
42 changes: 21 additions & 21 deletions packages/default.gbui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2fee04

Please sign in to comment.