This commit is contained in:
Annika Merris 2024-03-02 20:45:51 -05:00
parent 6eb298c0b9
commit e6b3f4142f

View file

@ -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
}