forked from FoundKeyGang/FoundKey
backend: fix ratelimit typo
Changelog: Fixed
This commit is contained in:
parent
a421dd401c
commit
4e74d26e45
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export const meta = {
|
||||||
secure: true,
|
secure: true,
|
||||||
requireCredential: true,
|
requireCredential: true,
|
||||||
limit: {
|
limit: {
|
||||||
duratition: HOUR,
|
duration: HOUR,
|
||||||
max: 1,
|
max: 1,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue