Skip to content

Commit ddb2abf

Browse files
committed
🐛 Fix unexported var in user store
1 parent 90c9378 commit ddb2abf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stores/user.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const useUserStore = defineStore('user', () => {
5555

5656
return {
5757
bookUser,
58+
isUpdatingBookUserProfile,
5859
fetchBookUserProfile,
5960
lazyFetchBookUserProfile,
6061
updateBookUserProfile

0 commit comments

Comments
 (0)