new respond to send all create change delete different bug fixes
This commit is contained in:
@@ -67,9 +67,7 @@ func (d *DBMHandler) Delete(c *gin.Context) {
|
||||
}
|
||||
|
||||
response := json_data.NewResponse()
|
||||
|
||||
if payload.Set != nil {
|
||||
|
||||
response.Set, err = d.DBM.RemoveDatapoint(payload.Set...)
|
||||
if err != nil {
|
||||
r := json_data.NewResponse()
|
||||
|
Reference in New Issue
Block a user