Skip to content

Commit

Permalink
Update convert.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak authored Jul 24, 2024
1 parent 3a69118 commit 2c453f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/convert.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
source)


(defmethod eclector.parse-result:make-skipped-input-result ((client my-client) stream reason source)
(declare (ignore stream))
(defmethod eclector.parse-result:make-skipped-input-result ((client my-client) stream reason children source)
(declare (ignore stream reason children))
source)


Expand Down

0 comments on commit 2c453f7

Please sign in to comment.