Skip to content

Commit 11fccf8

Browse files
committed
Merge branch 'feat/app_store' of https://github.com/Geode-solutions/OpenGeodeWeb-Front into feat/app_store
2 parents 1ece0a7 + 169811a commit 11fccf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stores/app_store.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ export const useAppStore = defineStore("app", () => {
77
)
88

99
if (isAlreadyRegistered) {
10-
console.log(`[AppStore] Store "${store.$id}" already registered, skipping`)
10+
console.log(
11+
`[AppStore] Store "${store.$id}" already registered, skipping`,
12+
)
1113
return
1214
}
1315

0 commit comments

Comments
 (0)