diff options
Diffstat (limited to 'src/remote/webfinger.ts')
| -rw-r--r-- | src/remote/webfinger.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote/webfinger.ts b/src/remote/webfinger.ts index 48cfc4d500..744ab3639a 100644 --- a/src/remote/webfinger.ts +++ b/src/remote/webfinger.ts @@ -1,3 +1,4 @@ +import { URL } from 'url'; import { getJson } from '@/misc/fetch'; import { query as urlQuery } from '../prelude/url'; |