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