Fix creation of creators

This commit is contained in:
2024-10-06 01:08:15 -04:00
parent b43c2f6e3c
commit 764973b342
2 changed files with 6 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ export const useCreatorProfileStore = defineStore(
return {
creator: value,
hasCreator
hasCreator,
fetchCurrentCreatorProfile
}
})