Remove new tap parameter to FormulaAPILoader
This commit is contained in:
parent
aa316109d9
commit
74996ab32c
@ -667,8 +667,8 @@ module Formulary
|
|||||||
|
|
||||||
# Load formulae from the API.
|
# Load formulae from the API.
|
||||||
class FormulaAPILoader < FormulaLoader
|
class FormulaAPILoader < FormulaLoader
|
||||||
def initialize(name, tap: CoreTap.instance)
|
def initialize(name)
|
||||||
super name, Formulary.core_path(name), tap: tap
|
super name, Formulary.core_path(name)
|
||||||
end
|
end
|
||||||
|
|
||||||
def klass(flags:, ignore_errors:)
|
def klass(flags:, ignore_errors:)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user