Owen Diffey пре 3 година
родитељ
комит
58c252bd09
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      backend/logic/songs.js

+ 1 - 0
backend/logic/songs.js

@@ -224,6 +224,7 @@ class _SongsModule extends CoreClass {
 			console.log("GET_DATA", payload);
 
 			const regexFilter = {};
+			// eslint-disable-next-line no-restricted-syntax
 			for (const [filterKey, filterValue] of Object.entries(filter)) {
 				const isRegex =
 					filterValue.length > 2 &&