Skip to content

Commit

Permalink
!Hotfix: eslint 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbymin committed Sep 29, 2024
1 parent d6d5339 commit 82677d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/challenge-record/challenge.record.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function postVerification(
id: number,
image: File,
content: string
): Promise<any> {
): Promise<unknown> {
const formData = new FormData();
formData.append(
'body',
Expand Down

0 comments on commit 82677d3

Please sign in to comment.