Skip to content

Commit

Permalink
feat: presigned url 보내기 위한 데이터 없을 시 에러 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
eonseok-jeon committed Nov 30, 2024
1 parent 921e9ce commit 7257a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/org/OrgAdmin/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const useMutateSendData = ({
!members ||
!recruitHeaderImageURL
)
return;
throw new Error('presigned url put 준비 과정에 에러가 발생함.');

try {
await Promise.all([
Expand Down

0 comments on commit 7257a47

Please sign in to comment.