Bug fixes and some refactors

This commit is contained in:
syuilo 2018-04-07 06:13:40 +09:00
parent ef30390e76
commit ba1a81dab1
3 changed files with 31 additions and 15 deletions

View file

@ -16,8 +16,6 @@ export default async (actor: IRemoteUser, activity): Promise<void> => {
log(`Create: ${uri}`);
// TODO: 同じURIをもつものが既に登録されていないかチェック
const resolver = new Resolver();
let object;