diff options
Diffstat (limited to 'server/models/account')
-rw-r--r-- | server/models/account/account-video-rate.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/account/account-video-rate.ts b/server/models/account/account-video-rate.ts index a6edbeee8..c593595b2 100644 --- a/server/models/account/account-video-rate.ts +++ b/server/models/account/account-video-rate.ts | |||
@@ -150,7 +150,7 @@ export class AccountVideoRateModel extends Model<AccountVideoRateModel> { | |||
150 | static loadLocalAndPopulateVideo ( | 150 | static loadLocalAndPopulateVideo ( |
151 | rateType: VideoRateType, | 151 | rateType: VideoRateType, |
152 | accountName: string, | 152 | accountName: string, |
153 | videoId: number, | 153 | videoId: number | string, |
154 | t?: Transaction | 154 | t?: Transaction |
155 | ): Bluebird<MAccountVideoRateAccountVideo> { | 155 | ): Bluebird<MAccountVideoRateAccountVideo> { |
156 | const options: FindOptions = { | 156 | const options: FindOptions = { |