Skip to content

Commit d3d049a

Browse files
committed
#2743: hopefully resolving error thrown
1 parent 30222e7 commit d3d049a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/src/services/design-reviews.services.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ export default class DesignReviewsService {
427427

428428
// Check if user has availability already for the scheduled date
429429
// TODO: Due to the off-by-one date bug, need to adjust one day from the scheduled date
430+
// might need to make another ticket for this
430431
const existingAvailability = userSettings.availabilities.find((availability) => {
431432
const availabilityDate = new Date(availability.dateSet);
432433
const scheduledDate = new Date(updatedDesignReview.dateScheduled);

0 commit comments

Comments
 (0)