From 31675f04b43b5cfb44c6b0ea3679ab278ad13afb Mon Sep 17 00:00:00 2001 From: dskvr Date: Sat, 11 Feb 2023 14:16:28 +0100 Subject: [PATCH] remove comma from last item in array --- 59.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/59.md b/59.md index f5725a54..1e29a3bd 100644 --- a/59.md +++ b/59.md @@ -99,7 +99,7 @@ Example with all Tags: ["write","false"], ["ssl","true"], ["events", "502341"], - ["users","37482"], + ["users","37482"] ] } ```