diff options
Diffstat (limited to 'server/models/video/video-channel.ts')
-rw-r--r-- | server/models/video/video-channel.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video-channel.ts b/server/models/video/video-channel.ts index 278149d60..c04bd4355 100644 --- a/server/models/video/video-channel.ts +++ b/server/models/video/video-channel.ts | |||
@@ -753,7 +753,7 @@ ON "Account->Actor"."serverId" = "Account->Actor->Server"."id"` | |||
753 | return this.Actor.isOutdated() | 753 | return this.Actor.isOutdated() |
754 | } | 754 | } |
755 | 755 | ||
756 | setAsUpdated (transaction: Transaction) { | 756 | setAsUpdated (transaction?: Transaction) { |
757 | return setAsUpdated('videoChannel', this.id, transaction) | 757 | return setAsUpdated('videoChannel', this.id, transaction) |
758 | } | 758 | } |
759 | } | 759 | } |