Explorar el Código

fix: eslint issue

Owen Diffey hace 3 años
padre
commit
58c252bd09
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 &&