Skip to content

Commit

Permalink
Merge pull request #27 from AutumnSpark1226/master
Browse files Browse the repository at this point in the history
fix #26
  • Loading branch information
liamcottle authored Dec 16, 2024
2 parents d829cb0 + a289da8 commit de5b853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/js/MicronParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ class MicronParser {
if (f === '*') {
// submit all fields
foundAll = true;
break;
} else if (f.includes('=')) {
// this is a request variable (key=value)
const [k, v] = f.split('=');
Expand Down

0 comments on commit de5b853

Please sign in to comment.