Skip to content

Commit

Permalink
chore(feed): build test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjh11130 committed Sep 20, 2023
1 parent be95940 commit 33c5cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/feed/src/write/hooks/useAddFeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const useAddFeed = () => {
const postResponse = await postAddFeed(postAddParam);
await postFeedImage(postResponse.data.feed_id, imageUrls.fileUrl);
};

return useMutation(addFeedRequest, {
onError: (e: AxiosError) => {
sendBridgeEvent('error', {
Expand Down

0 comments on commit 33c5cd1

Please sign in to comment.