Skip to content

Commit

Permalink
fix #26 by removing a break in the MicronParser
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnSpark1226 committed Dec 16, 2024
1 parent 0769333 commit a289da8
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 a289da8

Please sign in to comment.