From b3b7f6ac965e07722c48299aa5f18359ac20db70 Mon Sep 17 00:00:00 2001 From: Splines <37160523+Splines@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:24:36 +0100 Subject: [PATCH] Rename get_statistics.coffee file to statistics.coffee (#591) This is to reflect the corresponding renaming of the route due to rubocop. --- app/views/media/{get_statistics.coffee => statistics.coffee} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/views/media/{get_statistics.coffee => statistics.coffee} (100%) diff --git a/app/views/media/get_statistics.coffee b/app/views/media/statistics.coffee similarity index 100% rename from app/views/media/get_statistics.coffee rename to app/views/media/statistics.coffee