Skip to content

Commit

Permalink
Merge pull request #143 from keemsebin/feature#134
Browse files Browse the repository at this point in the history
fix : timeout limit 삭제
  • Loading branch information
keemsebin authored Jun 4, 2024
2 parents 597c8b8 + ddb9330 commit dede696
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ export async function createReport(formdata: FormData) {
Authorization: 'Bearer ' + token,
'Content-Type': 'multipart/form-data',
},
timeout: 2000,
});
}

Expand Down

0 comments on commit dede696

Please sign in to comment.