We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0766ec0 commit 1b46093Copy full SHA for 1b46093
apps/frontend/src/api/services/task.ts
@@ -91,6 +91,7 @@ export async function getTaskList({
91
...params
92
}: ListByApiV1TasksGetParams): Promise<TaskListResponseWithStatics> {
93
return await requestWithHeaders.get('/v1/tasks', {
94
+ timeout: 0,
95
params: {
96
size: 16,
97
page: page ? page - 1 : 0,
0 commit comments