fix: opendb-news-favorite 权限配置错误问题

This commit is contained in:
handongxun 2021-09-13 15:47:44 +08:00
parent 2ed60492cf
commit f9aceba121

View File

@ -6,7 +6,7 @@
"read": true,
"create": "auth.uid != null",
"update": false,
"delete": "doc.uid == auth.uid"
"delete": "doc.user_id == auth.uid"
},
"properties": {
"_id": {