From e65ef81cf51746616182a822bd6933bf0d16717a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Feb 2023 11:56:58 +0100 Subject: Update server dependencies --- server/lib/activitypub/actors/updater.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/activitypub/actors/updater.ts') diff --git a/server/lib/activitypub/actors/updater.ts b/server/lib/activitypub/actors/updater.ts index 137980460..73bdf1edc 100644 --- a/server/lib/activitypub/actors/updater.ts +++ b/server/lib/activitypub/actors/updater.ts @@ -11,7 +11,7 @@ import { getImagesInfoFromObject } from './shared/object-to-model-attributes' export class APActorUpdater { - private accountOrChannel: MAccount | MChannel + private readonly accountOrChannel: MAccount | MChannel constructor ( private readonly actorObject: ActivityPubActor, -- cgit v1.2.3