Refactoring

This commit is contained in:
syuilo 2019-02-05 14:14:23 +09:00
parent 9b780dff04
commit 8129d4dc23
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
51 changed files with 68 additions and 68 deletions

View file

@ -6,7 +6,7 @@ import perform from '../../../remote/activitypub/perform';
import { resolvePerson, updatePerson } from '../../../remote/activitypub/models/person';
import { toUnicode } from 'punycode';
import { URL } from 'url';
import { publishApLogStream } from '../../../stream';
import { publishApLogStream } from '../../../services/stream';
import Logger from '../../../misc/logger';
const logger = new Logger('inbox');