make /bridge config not show "undefined"

This commit is contained in:
Lea 2022-11-16 16:15:44 +01:00
parent 456090ae51
commit 021de608b8

View file

@ -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
]
}**`,