Skip to content
Snippets Groups Projects
Commit f2656879 authored by VIktorGrev's avatar VIktorGrev
Browse files

fix: Fixing build

parent 1860facd
No related branches found
No related tags found
1 merge request!85feat: Adding current points in shop
Pipeline #283537 passed with warnings
......@@ -100,7 +100,7 @@ const getStore = async () => {
const getPoints = async () => {
try {
const response = await UserService.getUser();
points.value = response.point.currentPoints;
points.value = response.point?.currentPoints;
} catch (error) {
console.log(error);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment