We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30222e7 commit d3d049aCopy full SHA for d3d049a
src/backend/src/services/design-reviews.services.ts
@@ -427,6 +427,7 @@ export default class DesignReviewsService {
427
428
// Check if user has availability already for the scheduled date
429
// 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
431
const existingAvailability = userSettings.availabilities.find((availability) => {
432
const availabilityDate = new Date(availability.dateSet);
433
const scheduledDate = new Date(updatedDesignReview.dateScheduled);
0 commit comments