Lack equal symbol
At line 603: the query return "gte('view_count', 10)".
But at line 613: the condition is "view_count > 10".
It should be "view_count >= 10", i think.
Loading
Please sign in to comment
At line 603: the query return "gte('view_count', 10)".
But at line 613: the condition is "view_count > 10".
It should be "view_count >= 10", i think.