Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrank913 committed Nov 29, 2024
1 parent 1d06ec6 commit df76d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ar/AR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class DIVEAR {
encodeURIComponent(modelUrl.toString()),
);

let intent = `intent://arvr.google.com/scene-viewer/1.2?${
const intent = `intent://arvr.google.com/scene-viewer/1.2?${
params.toString() + '&file=' + modelUrl.toString()
}#Intent;scheme=https;package=com.google.android.googlequicksearchbox;action=android.intent.action.VIEW;S.browser_fallback_url=${encodeURIComponent(
locationUrl.toString(),
Expand Down

0 comments on commit df76d51

Please sign in to comment.