Skip to content

Commit

Permalink
add async
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Jun 21, 2024
1 parent 50ea49b commit b530034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/workouts/WorkoutsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const fetchMoreWorkouts = async ({
const hangboardMenu = ref(false)
const setHangboard = () => {
const setHangboard = async () => {
updateUser()
workoutsCommunity.value = []
resetCommunityWorkouts()
Expand Down

0 comments on commit b530034

Please sign in to comment.