Skip to content

Commit b6ac198

Browse files
committed
Fix comment
1 parent 98f5955 commit b6ac198

File tree

1 file changed

+1
-1
lines changed
  • rust/image-classification/src/frontend/src

1 file changed

+1
-1
lines changed

rust/image-classification/src/frontend/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function classify(event) {
2121

2222
try {
2323
const blob = await resize(img);
24-
let result;;
24+
let result;
2525
if (document.getElementById("replicated").checked) {
2626
result = await backend.classify(new Uint8Array(blob));
2727
} else {

0 commit comments

Comments
 (0)