Skip to content

Commit

Permalink
Merge pull request #32 from beclab/feat/hide-model
Browse files Browse the repository at this point in the history
fix: public prefetch
  • Loading branch information
icebergtsn authored Sep 3, 2024
2 parents db9e833 + fb56773 commit 2bfbe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export default {
const userStore = useUserStore();
onMounted(async () => {
await appStore.prefetch();
if (!appStore.isPublic) {
// testSatisfies();
websocketStore.start();
await appStore.prefetch();
userStore.init();
appStore.init();
}
Expand Down

0 comments on commit 2bfbe57

Please sign in to comment.