We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a864ffb commit f8fd4b5Copy full SHA for f8fd4b5
src/lib/util/getTourInfoShort.ts
@@ -1,8 +1,6 @@
1
import type { Tour } from '$lib/server/db/getTours';
2
3
export const getTourInfoShort = (tour: Tour) => {
4
- console.log(tour.events[0].address);
5
- console.log(tour.events[tour.events.length - 1].address);
6
return {
7
from: tour.events[0].address,
8
to: tour.events[tour.events.length - 1].address
0 commit comments