summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-03-23 13:50:10 +0900
committerGitHub <noreply@github.com>2019-03-23 13:50:10 +0900
commit6c85adcf23b0842613980ef7d5abd54405ea9f22 (patch)
tree2bd5980c589e4dc9efe1039e3f1ebe24e00f1d58 /src
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-6c85adcf23b0842613980ef7d5abd54405ea9f22.tar.gz
sharkey-6c85adcf23b0842613980ef7d5abd54405ea9f22.tar.bz2
sharkey-6c85adcf23b0842613980ef7d5abd54405ea9f22.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/@types/koa-slow.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/@types/koa-slow.d.ts b/src/@types/koa-slow.d.ts
index a7908d8607..e748e2cc98 100644
--- a/src/@types/koa-slow.d.ts
+++ b/src/@types/koa-slow.d.ts
@@ -8,7 +8,7 @@ declare module 'koa-slow' {
function slow(options?: ISlowOptions): Middleware;
- namespace slow { } // Hack
+ namespace slow {} // Hack
export = slow;
}