Skip to content
Snippets Groups Projects
Unverified Commit f1e6fa8e authored by tamaina's avatar tamaina Committed by GitHub
Browse files

fix: add limit to i/notifications (#8836)

* fix: add limit to i/notifications

* ms

* remove ms
parent 10d979bd
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@ export const meta = {
requireCredential: true,
limit: {
duration: 60000,
max: 10,
},
kind: 'read:notifications',
res: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment