Skip to content

Commit

Permalink
fix(appointments): simplify booking response
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Larch <[email protected]>
  • Loading branch information
miaulalala authored and backportbot[bot] committed Apr 25, 2024
1 parent 5d1a18e commit e7a52ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/BookingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function bookSlot(int $appointmentConfigId,
);
}

return JsonResponse::success($booking);
return JsonResponse::success();
}

/**
Expand Down

0 comments on commit e7a52ed

Please sign in to comment.