diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-24 16:29:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-24 16:29:00 +0900 |
| commit | 39edc11ad8b51a012155f086473b42be66fe2fad (patch) | |
| tree | 1372ebeb9bb300310f619ae50b0a3909a000ec1c /src/api/endpoints/meta.ts | |
| parent | Add info to error message (diff) | |
| download | misskey-39edc11ad8b51a012155f086473b42be66fe2fad.tar.gz misskey-39edc11ad8b51a012155f086473b42be66fe2fad.tar.bz2 misskey-39edc11ad8b51a012155f086473b42be66fe2fad.zip | |
Fix iroiro
Diffstat (limited to 'src/api/endpoints/meta.ts')
| -rw-r--r-- | src/api/endpoints/meta.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/endpoints/meta.ts b/src/api/endpoints/meta.ts index 11c4dcbe5f..98f812abd5 100644 --- a/src/api/endpoints/meta.ts +++ b/src/api/endpoints/meta.ts @@ -1,7 +1,6 @@ /** * Module dependencies */ -import prominence from 'prominence'; import version from '../../version'; import config from '../../conf'; |