This commit is contained in:
2026-06-26 19:22:21 +02:00
parent 3900059eb1
commit 1a9513d442
+1 -1
View File
@@ -288,7 +288,7 @@ def configure():
)
# Call the database service function (standardized to match your underlying code)
inserted_id = appointment_service.add(
inserted_id = appointment_service.new(
date_start=start,
date_end=end,
time_span=time,