From d46c5a19e4e1b994425d204776eda4351b2712fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= Date: Fri, 3 Mar 2017 02:20:34 +0900 Subject: [PATCH] Fix bug --- src/api/endpoints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index 7b9e0de57..e19297207 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -340,7 +340,7 @@ const endpoints: Endpoint[] = [ limit: { duration: ms('1hour'), max: 120, - minInterval: 1 * second + minInterval: ms('1second') }, kind: 'post-write' },