From 6650a2f18c6f7dd922c25442878ee8b39833a14b Mon Sep 17 00:00:00 2001 From: Shahzeb K <1383831+shahzeb1@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:34:48 -0700 Subject: [PATCH] fix(docs): Fix syntax error in readme. Missing a `}`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0a3a1..0f7028e 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ pusher } // Parse the response body as JSON return response.json() - ) + }) .then(body => { const channelsInfo = body.channels // Do something with channelsInfo