uncommenting createNamespace method
This commit is contained in:
parent
8e8d0d3e01
commit
cc3b2a6cfc
@ -247,9 +247,9 @@ func (o *BookingController) Post() {
|
||||
return
|
||||
}
|
||||
|
||||
/*if err := o.createNamespace(resp.ExecutionsID); err != nil {
|
||||
if err := o.createNamespace(resp.ExecutionsID); err != nil {
|
||||
fmt.Println(err.Error())
|
||||
}*/
|
||||
}
|
||||
|
||||
o.Data["json"] = map[string]interface{}{
|
||||
"data": []interface{}{b},
|
||||
|
Loading…
Reference in New Issue
Block a user