diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/activitypub/activity.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/activity.ts b/server/lib/activitypub/activity.ts index ba2967ce9..1f6ec221e 100644 --- a/server/lib/activitypub/activity.ts +++ b/server/lib/activitypub/activity.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import { ActivityType } from "@shared/models" | 1 | import { ActivityType } from '@shared/models' |
2 | 2 | ||
3 | function getAPId (object: string | { id: string }) { | 3 | function getAPId (object: string | { id: string }) { |
4 | if (typeof object === 'string') return object | 4 | if (typeof object === 'string') return object |