make /bridge config not show "undefined"
This commit is contained in:
parent
456090ae51
commit
021de608b8
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ export default {
|
|||
description: `**${key.friendlyName}**\n${
|
||||
key.description
|
||||
}\n\nCurrent value: **${
|
||||
bridgeConfig?.config?.[
|
||||
!!bridgeConfig?.config?.[
|
||||
configKey as keyof typeof CONFIG_KEYS
|
||||
]
|
||||
}**`,
|
||||
|
|
Loading…
Reference in a new issue