Skip to content

Commit

Permalink
Removes unused click function
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopfed committed Oct 10, 2023
1 parent bac6940 commit ea5ea8e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pages/discover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@

<script setup lang="ts">
const abc = useArtByCity()
const router = useRouter()
const clickedOnArt = async (slugOrId: string) => {
const publication = await abc.legacy.fetchPublication(slugOrId)
return router.push({ path: `${publication.creator}` + '/' + `${slugOrId}` })
}
const { data, refresh } = useLazyAsyncData('publications', async () => {
const { publications } = await abc.legacy.queryPublications(10)
Expand Down

0 comments on commit ea5ea8e

Please sign in to comment.