mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
Merge pull request #27 from AutumnSpark1226/master
fix https://github.com/liamcottle/reticulum-meshchat/issues/26
This commit is contained in:
commit
de5b85360d
1 changed files with 0 additions and 1 deletions
|
|
@ -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('=');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue