Fix and implement supplier counters
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
class InMemoryQCounter
|
||||
STORE = {}
|
||||
|
||||
def get(key)
|
||||
def get(key, options = {})
|
||||
STORE[key]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user