Skip to content

Commit

Permalink
Merge pull request #121 from adityamohta/adityamohta-patch-1
Browse files Browse the repository at this point in the history
chore: update comment in `onStatusUpdate` example
  • Loading branch information
SudoPlz authored Jan 24, 2023
2 parents e5ea417 + 0e9609a commit 1540576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default class App extends React.Component<{}, AppState> {
// // status,
// bytesDownloaded,
// totalBytesToDownload,
// } = status;
// } = event;
// do something
console.log(`@@ ${JSON.stringify(event)}`);
};
Expand Down

0 comments on commit 1540576

Please sign in to comment.