Skip to content

Commit d1294e8

Browse files
committed
wip
1 parent b71c1cf commit d1294e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/games/[slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { data: game } = await useAPI("/api/games/" + route.params.slug, {
1414
group[contribute.user.name].push(contribute.contribute);
1515
return group;
1616
}, {});
17-
game.id_id=null;
17+
game.ia_id=null;
1818
return game;
1919
},
2020
});

0 commit comments

Comments
 (0)