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 2aa62d2 commit ab98ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Lemon/Waveforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
sqrtWC({ INPUT }) {
try {
return JSON.stringify({
type: 'multiply',
type: 'sqrt',
left: JSON.parse(INPUT),
right: JSON.parse(INPUT),
});
Expand Down

0 comments on commit ab98ba5

Please sign in to comment.