Refactoring

This commit is contained in:
syuilo
2019-02-05 14:14:23 +09:00
parent 9b780dff04
commit 8129d4dc23
51 changed files with 68 additions and 68 deletions

View File

@@ -7,7 +7,7 @@ import * as promiseAny from 'promise-any';
import config from '../../config';
import { ILocalUser } from '../../models/user';
import { publishApLogStream } from '../../stream';
import { publishApLogStream } from '../../services/stream';
import { apLogger } from './logger';
export const logger = apLogger.createSubLogger('deliver');