Skip to content

Commit

Permalink
Update Waveforms.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BludIsAnLemon authored Nov 25, 2024
1 parent ab98ba5 commit 3a307e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/Lemon/Waveforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,7 @@
try {
return JSON.stringify({
type: 'sqrt',
left: JSON.parse(INPUT),
right: JSON.parse(INPUT),
left: JSON.parse(INPUT)
});
} catch {
return '{"input":0}'
Expand Down

0 comments on commit 3a307e6

Please sign in to comment.