Fixed shootId defined as Int rather than String
This commit is contained in:
@@ -488,9 +488,12 @@ function copySummary() {
|
|||||||
margin: .25rem .5rem .5rem 0;
|
margin: .25rem .5rem .5rem 0;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-line-clamp: 2;
|
&:not(:active) {
|
||||||
overflow: hidden;
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.notitle {
|
.notitle {
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ export const scenesSchema = `
|
|||||||
duration: Int
|
duration: Int
|
||||||
description: String
|
description: String
|
||||||
createdAt: Date
|
createdAt: Date
|
||||||
shootId: Int
|
shootId: String
|
||||||
channel: Entity
|
channel: Entity
|
||||||
network: Entity
|
network: Entity
|
||||||
actors: [Actor!]!
|
actors: [Actor!]!
|
||||||
|
|||||||
Reference in New Issue
Block a user