Skip to content

Commit

Permalink
태그 전송 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunJinNo committed Jul 12, 2024
1 parent e026199 commit 8860f5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ const InformationEditorContainer = () => {
yAxis: validatedFields.data.placeYAxis,
address: validatedFields.data.informationAddress,
},
categoryId: 1,
categoryId: 2,
zoneCategoryId: 2,
tagRegisterRequests: validatedFields.data.hashtags.map(
(tag, index) => ({
[index]: tag,
name: tag,
}),
),
}),
Expand Down

0 comments on commit 8860f5c

Please sign in to comment.