Make 'pos' a number in tasks
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ export async function queryProvider({
|
||||
allTasks.push({
|
||||
...value,
|
||||
page: page,
|
||||
pos: pos,
|
||||
pos: +pos,
|
||||
});
|
||||
}
|
||||
return applyQuery(query, allTasks);
|
||||
|
||||
Reference in New Issue
Block a user