forked from External/greenlight
GRN-93: Fix for issue with excesive requests to LB (#447)
* Fix for issue with excesive requests to lb * Fixed issue with rspec on users not passing when run alone * Include dotenv in production
This commit is contained in:
@ -84,7 +84,8 @@ module ApplicationHelper
|
||||
begin
|
||||
provider_info = retrieve_provider_info(@user_domain, 'api2', 'getUserGreenlightCredentials')
|
||||
provider_info['provider'] == 'greenlight'
|
||||
rescue
|
||||
rescue => ex
|
||||
logger.info ex
|
||||
false
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user