Skip to content

Commit fbc970a

Browse files
Simplify viewerLayers query in record-register
1 parent 93f2f0e commit fbc970a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/api/record-register.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ query viewersWithLayers ($first: IntType, $skip: IntType = 0, $locale: SiteLocal
1919
password
2020
}
2121
children: viewerLayers {
22-
layer {
23-
id
24-
}
22+
id
2523
}
2624
parent {
2725
id

0 commit comments

Comments
 (0)