Skip to content

Commit

Permalink
fix: delete no need code :neckbeard:
Browse files Browse the repository at this point in the history
  • Loading branch information
bieshan committed Jan 3, 2021
1 parent 4296289 commit 902adc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const Home = () => {
recognizerRef.current.lang = "ja-JP";
recognizerRef.current.interimResults = true;
recognizerRef.current.continuous = true;
recognizerRef.current.maxAlternatives = 1;
recognizerRef.current.onstart = () => {
setDetecting(true);
};
Expand Down

0 comments on commit 902adc9

Please sign in to comment.