Skip to content

Commit

Permalink
Fix chn_stock check issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
beacoder authored Feb 6, 2025
1 parent 94b97ee commit ce465b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock-tracker.el
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ It defaults to a comma."
(stock-tracker--refresh-async chn-stocks us-stocks)
;; synchronously
(with-temp-message "Fetching stock data ..."
(when chn-stocks-string
(unless (string= chn-stocks-string "")
(push
(stock-tracker--format-response (stock-tracker--request-synchronously chn-stocks-string chn-symbol) chn-symbol)
all-collected-stocks-info))
Expand Down

0 comments on commit ce465b1

Please sign in to comment.