This commit is contained in:
Joel Wetzell
2026-02-07 16:29:49 -06:00
parent 5e957d7d03
commit 7fa3b6d33d

View File

@@ -222,6 +222,7 @@ func (app *showbridgeApp) handleHangup() {
} }
func (app *showbridgeApp) getNewRouter() (*showbridge.Router, error) { func (app *showbridgeApp) getNewRouter() (*showbridge.Router, error) {
// TODO(jwetzell): what should happen when the config file is unchanged?
config, err := readConfig(app.configPath) config, err := readConfig(app.configPath)
if err != nil { if err != nil {
return nil, err return nil, err