summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/remote/activitypub/act/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/remote/activitypub/act/index.ts b/src/common/remote/activitypub/act/index.ts
index f8cf2f41b7..a4c5b46027 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;
}
})));
-}
+};