1
0
Owen Diffey 3 жил өмнө
parent
commit
58c252bd09

+ 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 &&