فهرست منبع

this took me way too long

IgnatzHome 7 سال پیش
والد
کامیت
1d58e40133
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      client/lib/filter.js

+ 2 - 2
client/lib/filter.js

@@ -157,8 +157,8 @@ class AdvancedFilter {
           case '==':
           case '===':
           {
-            const field = commands[i-1];
-            const str = commands[i+1];
+            const field = commands[i-1].cmd;
+            const str = commands[i+1].cmd;
             commands[i] = {}[field]=str;
             commands.splice(i-1, 1);
             commands.splice(i, 1);