mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
fix copy-paste bug :p
This commit is contained in:
parent
00d7133c95
commit
4a51cdaccd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module FbGraph2
|
|||
client_auth_method: :body
|
||||
)
|
||||
rescue Rack::OAuth2::Client::Error => e
|
||||
raise Exception.detect_from_status(detect_from_status).new(e.message)
|
||||
raise Exception.detect_from_status(e.status).new(e.message)
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue