Skip to content

Commit

Permalink
Feat: api에body에 이미지 주소 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
navyjeongs committed Sep 10, 2023
1 parent 2fa98cf commit 6a65a42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/make-channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const MakeChannel = () => {
customRule,
resetState,
isHaveBlankValue,
channelImgUrl,
} = useMakeGame();

const { addChannel } = useChannels();
Expand All @@ -47,6 +48,7 @@ const MakeChannel = () => {
tierMin: customRule.tierMin,
playCount: isUseCustomRule.playCount,
playCountMin: customRule.playCountMin,
channelImageUrl: channelImgUrl,
},
});
resetState();
Expand Down

0 comments on commit 6a65a42

Please sign in to comment.