remove duplicate `limit`
the `users/lists/push` endpoint already has a limit, of 30/hour
This commit is contained in:
parent
caaa78d98d
commit
8e07eb7f44
|
@ -59,12 +59,6 @@ export const meta = {
|
||||||
id: '2dd9752e-a338-413d-8eec-41814430989b',
|
id: '2dd9752e-a338-413d-8eec-41814430989b',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// 5 calls per second
|
|
||||||
limit: {
|
|
||||||
duration: 1000,
|
|
||||||
max: 5,
|
|
||||||
},
|
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export const paramDef = {
|
export const paramDef = {
|
||||||
|
|
Loading…
Reference in New Issue