Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmoose committed Mar 11, 2024
1 parent 850c780 commit 0906fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/supabase/tour_displays/queries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export async function fetchMatchingTourDisplayIdsfromSpotlight(tourId: string) {
);
}
const displayIds = data.map(item => item.display_id);
console.log('hello?');
return displayIds;
}

Expand Down

0 comments on commit 0906fac

Please sign in to comment.