forked from FoundKeyGang/FoundKey
tests: fix Resolver import
This commit is contained in:
parent
683584fe8f
commit
605a55e1d4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import Resolver from '../../src/remote/activitypub/resolver.js';
|
||||
import { Resolver } from '../../src/remote/activitypub/resolver.js';
|
||||
import { IObject } from '../../src/remote/activitypub/type.js';
|
||||
|
||||
type MockResponse = {
|
||||
|
|
Loading…
Reference in a new issue