mirror of
https://github.com/iv-org/instances-api.git
synced 2025-06-30 01:07:19 -04:00
Fix lint
This commit is contained in:
parent
19ac3692b8
commit
7e972d9c5b
1 changed files with 1 additions and 2 deletions
|
@ -88,13 +88,12 @@ spawn do
|
||||||
end
|
end
|
||||||
|
|
||||||
trending = JSON.parse(req.body)
|
trending = JSON.parse(req.body)
|
||||||
trending[0]["videoId"].as_s()
|
trending[0]["videoId"].as_s
|
||||||
api = true
|
api = true
|
||||||
rescue
|
rescue
|
||||||
puts "Cant parse API json"
|
puts "Cant parse API json"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
rescue ex
|
rescue ex
|
||||||
stats = nil
|
stats = nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue