From 8099c8037ebe0fd2bb38c70898e96b94e91d1e84 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Fri, 1 Oct 2021 00:28:39 -0300 Subject: [PATCH] Add comment --- lib/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Constants.js b/lib/Constants.js index 52754f2c..9794e80d 100644 --- a/lib/Constants.js +++ b/lib/Constants.js @@ -157,7 +157,7 @@ const formatVideoData = (data, context, desktop) => { } }; -const filters = (order) => { +const filters = (order) => { // TODO: Refactor this switch (order) { case 'any,any,relevance': return 'EgIQAQ%3D%3D';