Don’t show anything on delete by default
This commit is contained in:
parent
b04dfd1e9f
commit
1e000c2cc7
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func delete(doc *item.Doc, ast *sql.DeleteStatement) (out interface{}, err error
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
out = doc.Yield(ast.Echo, sql.ID)
|
out = doc.Yield(ast.Echo, sql.NONE)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue