From e6b3f4142f6bf7cffcbf744046b01a0a4612fdd6 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sat, 2 Mar 2024 20:45:51 -0500 Subject: [PATCH] Debug --- src/stores/powerItems.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/powerItems.ts b/src/stores/powerItems.ts index d9a12d7..b9e2c3d 100644 --- a/src/stores/powerItems.ts +++ b/src/stores/powerItems.ts @@ -52,6 +52,7 @@ export const usePowerItems = defineStore('powerItems', () => { async function fetchBlessingItems() { getConfig().then((conf: Config | null) => { if (conf !== null) { + console.log(conf) apiBaseURL = conf.apiBaseURL return conf }