From e285f6fedaa6114d4af251143763ee01147be1f2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 1 Apr 2018 21:17:46 +0900 Subject: [PATCH] Add missing semicolon --- src/common/remote/activitypub/act/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/remote/activitypub/act/index.ts b/src/common/remote/activitypub/act/index.ts index f8cf2f41b..a4c5b4602 100644 --- a/src/common/remote/activitypub/act/index.ts +++ b/src/common/remote/activitypub/act/index.ts @@ -19,4 +19,4 @@ export default (actor, value) => { return null; } }))); -} +};