Skip to content

Commit 8327ed0

Browse files
committed
removes hard-coded stop layer
1 parent 640391d commit 8327ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neuroglancer/sliceview/chunked_graph/frontend.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class ChunkedGraphLayer extends GenericSliceViewRenderLayer {
115115
}
116116

117117
const promise = authFetch(
118-
`${url}/node/${String(selection.segmentId)}/root?stop_layer=6&int64_as_str=1${timestamp ? `&timestamp=${timestamp}` : ``}`,
118+
`${url}/node/${String(selection.segmentId)}/root?&int64_as_str=1${timestamp ? `&timestamp=${timestamp}` : ``}`,
119119
{}, responseIdentity, undefined, false);
120120

121121
const response = await this.withErrorMessage(promise, {

0 commit comments

Comments
 (0)