Fix video rights fetching
This commit is contained in:
parent
559985b51c
commit
b8afe6f0cd
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ export class VideoTables {
|
||||||
if (this.mode === 'get') {
|
if (this.mode === 'get') {
|
||||||
attributeKeys = attributeKeys.concat([
|
attributeKeys = attributeKeys.concat([
|
||||||
'description',
|
'description',
|
||||||
|
'userId',
|
||||||
'createdAt',
|
'createdAt',
|
||||||
'updatedAt'
|
'updatedAt'
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue