backend: fix ratelimit typo

Changelog: Fixed
This commit is contained in:
Chloe Kudryavtsev 2022-12-05 15:49:33 +01:00
parent a421dd401c
commit 4e74d26e45

View file

@ -8,7 +8,7 @@ export const meta = {
secure: true,
requireCredential: true,
limit: {
duratition: HOUR,
duration: HOUR,
max: 1,
},