diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-24 08:11:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-24 08:11:19 +0900 |
| commit | 5aa5896b221ba73773a370fc01d1a9235eca33dd (patch) | |
| tree | 6bc6b7ddae1575229a21cb6370678d1a778d796e /src/misc/fetch-proxy-account.ts | |
| parent | Increase reaction column length (diff) | |
| download | misskey-5aa5896b221ba73773a370fc01d1a9235eca33dd.tar.gz misskey-5aa5896b221ba73773a370fc01d1a9235eca33dd.tar.bz2 misskey-5aa5896b221ba73773a370fc01d1a9235eca33dd.zip | |
Cache meta
Diffstat (limited to 'src/misc/fetch-proxy-account.ts')
| -rw-r--r-- | src/misc/fetch-proxy-account.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/fetch-proxy-account.ts b/src/misc/fetch-proxy-account.ts index 17b021e91e..075873091c 100644 --- a/src/misc/fetch-proxy-account.ts +++ b/src/misc/fetch-proxy-account.ts @@ -1,4 +1,4 @@ -import fetchMeta from './fetch-meta'; +import { fetchMeta } from './fetch-meta'; import { ILocalUser } from '../models/entities/user'; import { Users } from '../models'; import { ensure } from '../prelude/ensure'; |