Use first page of running tasks since api is not filtered (#228)

This commit is contained in:
Salih Altun
2024-04-24 19:07:00 +03:00
committed by GitHub
parent ef227dc9ff
commit 9d3c3047c8

View File

@@ -25,7 +25,7 @@ function RunningTasks() {
return client
.get("/tasks", {
params: {
page,
page: 1,
page_size: PAGE_SIZE,
},
})