From 8124c2b21855ab321277264e4b7e9e74b60a2661 Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:25:38 +0300 Subject: [PATCH] lint --- providers/song-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/song-info.js b/providers/song-info.js index 85fbf4b8..d63bddf0 100644 --- a/providers/song-info.js +++ b/providers/song-info.js @@ -27,7 +27,7 @@ const songInfo = { }; // Grab the native image using the src -const getImage = cache ( +const getImage = cache( /** * @returns {Promise} */