From 70904484e95b26c4c48c3136a35a2aab4819bba5 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Sat, 19 Aug 2023 21:20:15 +0000 Subject: [PATCH] rename var name --- src/mastodon-timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index 211ae85..22a0a0f 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -9,7 +9,7 @@ * Adjust these parameters to customize your timeline */ window.addEventListener("load", () => { - const customParams = new MastodonApi({ + const mastodonTimeline = new MastodonApi({ // Id of the
containing the timeline container_body_id: "mt-body",