Skip to content

Commit

Permalink
Merge pull request #169 from KNU-HAEDAL/develop
Browse files Browse the repository at this point in the history
Hotfix: github action 관련 오류 수정
  • Loading branch information
Dobbymin authored Sep 29, 2024
2 parents 0208289 + 82677d3 commit 44b031e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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 44b031e

Please sign in to comment.