Skip to content

Commit

Permalink
fix dodox ticker search
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-xiong committed Oct 4, 2023
1 parent ea5de7c commit 354f121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/sync_futures_ticker_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def fetch_symbol(symbol)
end
end
from_symbol = 'LUNA' if from_symbol == 'LUNA2'
from_symbol = 'DODO' if from_symbol == 'DODOX'
from_symbol
end

Expand Down

0 comments on commit 354f121

Please sign in to comment.