From: Enju Aihara <5-EnjuAihara@users.noreply.gitlab.varis.social> Date: Sat, 5 Mar 2022 16:07:22 +0000 (+0100) Subject: added missing semicolon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=63ecfd1e402ad6af1c91332b00ce8721be37cd05;p=fba.git added missing semicolon --- diff --git a/mastodon_api/index.js b/mastodon_api/index.js index ccd1dca..e97611b 100644 --- a/mastodon_api/index.js +++ b/mastodon_api/index.js @@ -63,4 +63,4 @@ app.get("/:domain", (req, res) => { "media_removal": data.media_removal, "federated_timeline_removal": data.federated_timeline_removal, })); -}) \ No newline at end of file +});