Skip to content

Commit

Permalink
Finishing uncomitted thought.
Browse files Browse the repository at this point in the history
  • Loading branch information
KD0NKS committed Sep 13, 2020
1 parent 2460718 commit 4de688f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export default class aprsParser {
}
// Object
} else if ($packettype == ';') {
// if($paclen >= 31) { is there a case where this couldn't be met?
// if($paclen >= 31) { is there a case where this couldn't be
retVal.type = 'object';

retVal = this.objectToDecimal(options, body, srcCallsign, retVal);
Expand Down

0 comments on commit 4de688f

Please sign in to comment.