mirror of
https://github.com/iv-org/instances-api.git
synced 2025-05-10 18:45:13 -04:00
Fix lint
This commit is contained in:
parent
99193718fb
commit
e58e7024e4
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
require "yaml"
|
||||
|
||||
def load_config()
|
||||
def load_config
|
||||
config = YAML.parse(File.read("config.yml"))
|
||||
return config
|
||||
end
|
||||
|
||||
|
|
|
@ -84,7 +84,6 @@ spawn do
|
|||
end
|
||||
|
||||
stats = response
|
||||
|
||||
rescue ex
|
||||
stats = nil
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue