diff options
| author | Brenton Bostick <[email protected]> | 2022-12-07 10:22:54 -0500 |
|---|---|---|
| committer | Brenton Bostick <[email protected]> | 2022-12-07 10:23:11 -0500 |
| commit | 98e0bf22d3214c000f3c56acee901d6f7056c7bf (patch) | |
| tree | 166ef2d69f2c546ffd27761497147837738e2211 /controller | |
| parent | 1e2ff042b487adf41c6ff3eab3d3bac5cc809cdd (diff) | |
fix actual typo in config key code
Diffstat (limited to 'controller')
| -rw-r--r-- | controller/PostgreSQL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 397c1f8f..ef1ba0ff 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -1387,7 +1387,7 @@ void PostgreSQL::commitThread() "sso_enabled = EXCLUDED.sso_enabled", id, _myAddressStr, - OSUtils::jsonDump(config["capabilitles"], -1), + OSUtils::jsonDump(config["capabilities"], -1), (bool)config["enableBroadcast"], OSUtils::now(), (int)config["mtu"], |
