This commit is contained in:
Snowflake107 2021-04-06 21:38:07 +05:45
parent a83f72bdb3
commit 9128411d3a

View file

@ -69,7 +69,7 @@ const FilterList = {
*/
define(filterName: string, value: string) {
/* @ts-ignore */
if (typeof this[filterName] && typeof this[filterName] === "function") return;
if (typeof this[filterName] && typeof this[filterName] === 'function') return;
/* @ts-ignore */
this[filterName] = value;