Skip to content

Commit

Permalink
Update src/mosquito/queue.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Rob <robacarp@users.noreply.github.com>
  • Loading branch information
lsndr and robacarp committed Jul 19, 2024
1 parent 383822f commit a524191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mosquito/queue.cr
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module Mosquito
backend.terminate job_run
end

def size(include_dead = true) : Int64
def size(*, include_dead : Bool = true) : Int64
backend.size(include_dead)
end

Expand Down

0 comments on commit a524191

Please sign in to comment.