refactor: use path alias to improve readability
This commit is contained in:
parent
6d881d4570
commit
97f2675d40
55 changed files with 92 additions and 92 deletions
|
|
@ -16,7 +16,7 @@ import block from './block/index';
|
|||
import flag from './flag/index';
|
||||
import { apLogger } from '../logger';
|
||||
import Resolver from '../resolver';
|
||||
import { toArray } from '../../../prelude/array';
|
||||
import { toArray } from '@/prelude/array';
|
||||
|
||||
export async function performActivity(actor: IRemoteUser, activity: IObject) {
|
||||
if (isCollectionOrOrderedCollection(activity)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue