-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
api/api/serializers/other_serializer.py
Lines 212 to 217 in 4df518e
| # TODO: Duplicated code with line 273 | |
| previous_ablock_in_week = AvailabilityBlock.objects.filter( | |
| starting_at__week_day=django_start_week_day, recurrency_type='WEEKLY', | |
| employee_id=self.context['request'].user.profile.id | |
| ) | |