Abri booking with no confirmed time books an all-day appointment 🟩

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-07-03 14:31:33 +00:00
parent da4caea407
commit 992ac243ba

View file

@ -4,4 +4,4 @@ from domain.abri.models import SlotCode
def slot_for_confirmed_time(confirmed_time: Optional[str]) -> SlotCode:
raise NotImplementedError
return "AD"