Skip to content

Commit

Permalink
chore: console delete
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwoo-yu committed Mar 2, 2024
1 parent d82bc5d commit 8b4777f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hooks/useCreateSuggestionImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const useCreateSuggestionImage = () => {

const createSuggestionImageMutation = useMutation(createSuggestionImage, {
onSuccess(resData) {
console.log(resData)

const imageUrls = resData.images.map((el: any) => {
const decodedData = atob(el.image)
const byteArray = new Uint8Array(decodedData.length)
Expand Down

0 comments on commit 8b4777f

Please sign in to comment.