From d19351912ffebc228883646b7a0b86e64215d3c7 Mon Sep 17 00:00:00 2001 From: Jamie Newcomb <59560169+jamienewcomb@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:17:55 +0000 Subject: [PATCH] adding missing , --- protocol/errorsHelp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/errorsHelp.json b/protocol/errorsHelp.json index 6ea5e7a..eb6fe3a 100644 --- a/protocol/errorsHelp.json +++ b/protocol/errorsHelp.json @@ -14,7 +14,7 @@ "40012": "https://faqs.ably.com/error-code-40012-invalid-client-id", "40013": "https://faqs.ably.com/error-code-40013", "40016": "https://faqs.ably.com/error-code-40016", - "40020": "https://faqs.ably.com/error-code-40020" + "40020": "https://faqs.ably.com/error-code-40020", "40022": "https://faqs.ably.com/error-code-40022", "40030": "https://faqs.ably.com/error-code-40030", "40031": "https://faqs.ably.com/client-specified-message-id-restrictions-for-multiple-messages-published-atomically",