Skip to content

Commit

Permalink
Update albumRefresher.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Nov 27, 2024
1 parent d71a9e5 commit 1ab6646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/composables/album/albumRefresher.ts
Original file line number Diff line number Diff line change
@@ -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<string>, auth: AuthStore, isLoginOpen: Ref<boolean>, nsfw_consented: Ref<string[]>) {
const isPasswordProtected = ref(false);
Expand Down

0 comments on commit 1ab6646

Please sign in to comment.