diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-08-15 19:20:48 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-08-15 19:20:48 +0100 |
| commit | 8f7dec8ba6b2f9bde01afd0a110596ebbd43e0ed (patch) | |
| tree | 7b4f203d92f4b99b1e98fac314415e293984196b /web/composables/fetch-favourites.ts | |
| parent | 4697556cac819c47d068819b9fc9c3b4ea84e279 (diff) | |
Implement OIDC
Diffstat (limited to 'web/composables/fetch-favourites.ts')
| -rw-r--r-- | web/composables/fetch-favourites.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/composables/fetch-favourites.ts b/web/composables/fetch-favourites.ts index 97b443a..e586d5b 100644 --- a/web/composables/fetch-favourites.ts +++ b/web/composables/fetch-favourites.ts @@ -1,4 +1,4 @@ -export default function useFetchFavourites() { +export default function() { const favouritesStore = useFavouritesStore(); const errorStore = useErrorStore(); const config = useRuntimeConfig(); |
