diff --git a/resources/js/composables/album/albumRefresher.ts b/resources/js/composables/album/albumRefresher.ts index ae32612cef1..fe748409f30 100644 --- a/resources/js/composables/album/albumRefresher.ts +++ b/resources/js/composables/album/albumRefresher.ts @@ -1,7 +1,7 @@ import AlbumService from "@/services/album-service"; import { AuthStore } from "@/stores/Auth"; import { computed, Ref, ref } from "vue"; -import axios, { AxiosError } from 'axios' +import axios, { AxiosError } from "axios"; export function useAlbumRefresher(albumId: Ref, auth: AuthStore, isLoginOpen: Ref, nsfw_consented: Ref) { const isPasswordProtected = ref(false);