Skip to content

Commit 0419c94

Browse files
fix: type 에러 수정
1 parent bc69573 commit 0419c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/axios/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const handleTokenExpiration = async (
6262
`Bearer ${response.data.accessToken}`;
6363

6464
const { totalPoints } = await getPoint({
65-
pathParams: { socialId: response.data.socialId }
65+
pathParams: { userId: response.data.userId }
6666
});
6767
useUserStore.setState({ point: totalPoints });
6868

0 commit comments

Comments
 (0)