From f59209aaa31195dda40fee870207d42a0ea93df8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 16 May 2018 16:50:36 +0900 Subject: [PATCH] Fix bug --- src/remote/activitypub/models/person.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/remote/activitypub/models/person.ts b/src/remote/activitypub/models/person.ts index be035097b9..20e594ff1d 100644 --- a/src/remote/activitypub/models/person.ts +++ b/src/remote/activitypub/models/person.ts @@ -49,6 +49,7 @@ export async function createPerson(value: any, resolver?: Resolver): Promise