From 93708b7625ec758e9836102f3c0963e360a11e98 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 31 Jan 2021 15:55:41 +0100 Subject: [PATCH] docs --- oml/item/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oml/item/api.py b/oml/item/api.py index d0c04a5..4e94270 100644 --- a/oml/item/api.py +++ b/oml/item/api.py @@ -167,7 +167,7 @@ actions.register(edit, cache=False) def remove(data): ''' takes { - id + ids } ''' if 'ids' in data and data['ids']: