Skip to content

Commit

Permalink
Update type signatures for worker after removal of argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Mar 13, 2024
1 parent 22f3330 commit e20cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig/datadog/core/remote/worker.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Datadog

def initialize: (interval: ::Float) { () -> void } -> void

def start: (?allow_restart: bool) -> void
def start: () -> void

def stop: () -> void

Expand Down

0 comments on commit e20cbaf

Please sign in to comment.