Don’t show anything on delete by default

This commit is contained in:
Tobie Morgan Hitchcock 2016-09-14 22:27:15 +01:00
parent b04dfd1e9f
commit 1e000c2cc7

View file

@ -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