Fix field name of implementation status in the JSON

Mon, 20 Mar 2023 11:40:59 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 20 Mar 2023 11:40:59 +0000
changeset 5
e28748388509
parent 4
444a46eadb74
child 6
266242703b38

Fix field name of implementation status in the JSON

normalize_json.lua file | annotate | diff | comparison | revisions
--- a/normalize_json.lua	Mon Mar 20 11:08:08 2023 +0000
+++ b/normalize_json.lua	Mon Mar 20 11:40:59 2023 +0000
@@ -88,7 +88,7 @@
 				software_id = software_id;
 				xep_id = xep_counter;
 				xep_version = implementation.implemented_version;
-				status = implementation.status;
+				status = implementation.implementation_status;
 			});
 		end
 	end

mercurial