Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Feb 12, 2025
1 parent 3d0e3de commit 308b780
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes/(customer)/routing/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ export const actions = {
const connection2 = onlyOne
? null
: {
start: start2,
target: target2,
startTime: startTime2,
targetTime: endTime2
};
start: start2,
target: target2,
startTime: startTime2,
targetTime: endTime2
};

console.log('BOOKING: C1=', JSON.stringify(connection1, null, '\t'));
console.log('BOOKING: C2=', JSON.stringify(connection2, null, '\t'));
Expand Down

0 comments on commit 308b780

Please sign in to comment.