Merge pull request #5953 from nextcloud/fix/cleanup-appointments

fix(appointments): simplify booking response
This commit is contained in:
Anna 2024-04-25 17:03:36 +02:00 committed by GitHub
commit 4711c64baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class BookingController extends Controller {
);
}
return JsonResponse::success($booking);
return JsonResponse::success();
}
/**