mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Fix for certain securities returning incorrect prices
This commit is contained in:
parent
154a1a971b
commit
31d9d926f7
4 changed files with 8 additions and 8 deletions
|
@ -12,9 +12,7 @@ class FetchSecurityInfoJob < ApplicationJob
|
|||
)
|
||||
|
||||
security.update(
|
||||
name: security_info_response.info.dig("name"),
|
||||
exchange_acronym: security_info_response.info.dig("exchange", "acronym"),
|
||||
country_code: security_info_response.info.dig("exchange", "country_code")
|
||||
name: security_info_response.info.dig("name")
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue