Skip to content

Commit

Permalink
Merge pull request #5954 from nextcloud/backport/5953/stable3.5
Browse files Browse the repository at this point in the history
[stable3.5] fix(appointments): simplify booking response
  • Loading branch information
miaulalala committed Apr 25, 2024
2 parents 5d1a18e + e7a52ed commit cbe6caa
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 cbe6caa

Please sign in to comment.