From 71717572341b3fe0557274cba77cb0d03204057a Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sat, 2 Mar 2024 09:50:27 -0500 Subject: [PATCH] Debugging! --- src/stores/powerItems.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/powerItems.ts b/src/stores/powerItems.ts index c35a8a1..01cd9af 100644 --- a/src/stores/powerItems.ts +++ b/src/stores/powerItems.ts @@ -25,6 +25,7 @@ export const usePowerItems = defineStore('powerItems', () => { const FELLOW_POWER_ITEM_STORAGE = 'FELLOW_POWER_ITEM_STORAGE' const INTIMACY_POWER_ITEM_STORAGE = 'INTIMACY_POWER_ITEM_STORAGE' const apiBaseURL = inject(apiBaseURLKey)! + console.log(apiBaseURL) //#endregion //#region state