Skip to content

Commit

Permalink
debug: test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
whiitex committed May 19, 2024
1 parent 37729bb commit 04656b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/timeslots/timeslots.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export class TimeSlotsService {
);

const allMatches = await queryBuilder.getMany();
return allMatches;

let goodTimeSlots: TimeSlot[] = [];
allMatches.forEach((timeSlot) => {
Expand Down

0 comments on commit 04656b0

Please sign in to comment.