From 98e0bf22d3214c000f3c56acee901d6f7056c7bf Mon Sep 17 00:00:00 2001 From: Brenton Bostick Date: Wed, 7 Dec 2022 10:22:54 -0500 Subject: [PATCH] fix actual typo in config key code --- controller/PostgreSQL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 397c1f8f2..ef1ba0ff9 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"],