comment health check

This commit is contained in:
mr 2025-06-19 10:33:09 +02:00
parent 4e1e3f20af
commit 243db11a63

View File

@ -256,7 +256,7 @@ func (o *BookingController) Post() {
o.ServeJSON() o.ServeJSON()
return return
} }
serv, err := infrastructure.NewServiceByType(res.ToComputeResource().Infrastructure.String()) /*serv, err := infrastructure.NewServiceByType(res.ToComputeResource().Infrastructure.String())
if err != nil { if err != nil {
o.Data["json"] = map[string]interface{}{ o.Data["json"] = map[string]interface{}{
"data": nil, "data": nil,
@ -274,7 +274,7 @@ func (o *BookingController) Post() {
} }
o.ServeJSON() o.ServeJSON()
return return
} }*/
} }
// delete all previous bookings // delete all previous bookings
isDraft := o.Ctx.Input.Query("is_draft") isDraft := o.Ctx.Input.Query("is_draft")