We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc69573 commit 0419c94Copy full SHA for 0419c94
1 file changed
src/lib/axios/index.ts
@@ -62,7 +62,7 @@ export const handleTokenExpiration = async (
62
`Bearer ${response.data.accessToken}`;
63
64
const { totalPoints } = await getPoint({
65
- pathParams: { socialId: response.data.socialId }
+ pathParams: { userId: response.data.userId }
66
});
67
useUserStore.setState({ point: totalPoints });
68
0 commit comments