From 5fb8f5a8c765c2c2a47cfbf2df8c51a3eca4c0c5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 1 Jul 2018 13:44:24 +0900 Subject: [PATCH] Improve error message --- src/remote/activitypub/models/person.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/activitypub/models/person.ts b/src/remote/activitypub/models/person.ts index 94a6cee0bc..83afd68268 100644 --- a/src/remote/activitypub/models/person.ts +++ b/src/remote/activitypub/models/person.ts @@ -52,7 +52,7 @@ export async function createPerson(value: any, resolver?: Resolver): Promise