changeset 4925:55e3ca6bdfd1

mod_http_admin_api: Fix client -> client_id (the actual field name)
author Matthew Wild <mwild1@gmail.com>
date Mon, 11 Apr 2022 20:31:43 +0100
parents df3d521e3c39
children 404a22d52376
files mod_http_admin_api/mod_http_admin_api.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_admin_api/mod_http_admin_api.lua	Mon Apr 11 00:19:48 2022 +0200
+++ b/mod_http_admin_api/mod_http_admin_api.lua	Mon Apr 11 20:31:43 2022 +0100
@@ -330,7 +330,7 @@
 					service = push_info.jid;
 					node = push_info.node;
 					error_count = push_errors[identifier] or 0;
-					client = push_info.client;
+					client_id = push_info.client_id;
 				};
 			end
 		end