mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
5 lines
57 B
Ruby
5 lines
57 B
Ruby
class LastTickWorker
|
|
def perform(last_tick)
|
|
end
|
|
end
|
|
|