Owen Diffey 3 anni fa
parent
commit
58c252bd09
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 &&