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