Skip to content

Commit

Permalink
Fixed a linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruPopovici committed Dec 18, 2024
1 parent 7fe0324 commit 487b95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer-sandbox/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const createViewer = async (containerName: string, _stream: string) => {
sandbox.makeDiffUI()
sandbox.makeMeasurementsUI()

// await sandbox.loadUrl(stream)
// await sandbox.loadUrl(_stream)
await sandbox.loadJSON(JSONSpeckleStream)
}

Expand Down

0 comments on commit 487b95c

Please sign in to comment.