Skip to content

Commit

Permalink
fix: main.tsx moveSnowball
Browse files Browse the repository at this point in the history
sentry ν…ŒμŠ€νŠΈν•œλ‹€κ³  넣어놓은 였λ₯˜μ½”λ“œ μ‹€μˆ˜λ‘œ 배포
  • Loading branch information
5nxtnxtnxt committed Dec 12, 2023
1 parent 6e6a56d commit 41df317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const moveSnowball = (
const nextSnowBallID =
userData.snowball_list[(nowSnowBallID + nextIdx) % userData.snowball_count];

axios(`/api/snowball/${nextSnowBallID + 1000}`)
axios(`/api/snowball/${nextSnowBallID}`)
.then(res => {
setSnowBallData(res.data as SnowBallData);
setMessageListData(res.data.message_list as Array<Message>);
Expand Down

0 comments on commit 41df317

Please sign in to comment.