diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-03-23 13:50:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-23 13:50:10 +0900 |
| commit | 6c85adcf23b0842613980ef7d5abd54405ea9f22 (patch) | |
| tree | 2bd5980c589e4dc9efe1039e3f1ebe24e00f1d58 /src/@types | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-6c85adcf23b0842613980ef7d5abd54405ea9f22.tar.gz sharkey-6c85adcf23b0842613980ef7d5abd54405ea9f22.tar.bz2 sharkey-6c85adcf23b0842613980ef7d5abd54405ea9f22.zip | |
Fix typo
Diffstat (limited to 'src/@types')
| -rw-r--r-- | src/@types/koa-slow.d.ts | 2 |
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; } |