Skip to content

Commit

Permalink
fix: still define obj though
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Feb 23, 2024
1 parent e5b8a9c commit e98bb92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/services/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ if (config.has('multiDomains')) {
mergeMapConfig(d),
]),
)
} else {
config.multiDomainsObj = {}
}

// Check if empty
Expand Down

0 comments on commit e98bb92

Please sign in to comment.