diff options
author | Chocobozzz <me@florianbigard.com> | 2019-10-21 14:50:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-21 15:03:28 +0200 |
commit | d5d9b6d7bfb7e9426b6462f7fdf285df39eea820 (patch) | |
tree | aa21a16be3df94b5c6fd264d1090ed9ac7c94a79 /server/models/account | |
parent | f6e0de3f48993b2c0ef9bd2c24d2d7443acc6ace (diff) | |
download | PeerTube-d5d9b6d7bfb7e9426b6462f7fdf285df39eea820.tar.gz PeerTube-d5d9b6d7bfb7e9426b6462f7fdf285df39eea820.tar.zst PeerTube-d5d9b6d7bfb7e9426b6462f7fdf285df39eea820.zip |
Update server dependencies
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 = { |