Skip to content

Commit 169811a

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 3ae074c commit 169811a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

plugins/autoStoreRegister.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ const autoRegister = ({ store }) => {
1515

1616
export default defineNuxtPlugin((nuxtApp) => {
1717
nuxtApp.$pinia.use(autoRegister)
18-
console.log("[AUTOREGISTER PLUGIN] Loaded automatically from OpenGeodeWeb-Front")
18+
console.log(
19+
"[AUTOREGISTER PLUGIN] Loaded automatically from OpenGeodeWeb-Front",
20+
)
1921
})

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

tests/integration/microservices/back/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
# pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in
66
#
77

8-
opengeodeweb-back==5.*,>=5.10.5

tests/integration/microservices/viewer/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
66
#
77

8-
opengeodeweb-viewer==1.*,>=1.11.4

0 commit comments

Comments
 (0)