We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b97ee commit ce465b1Copy full SHA for ce465b1
1 file changed
stock-tracker.el
@@ -574,7 +574,7 @@ It defaults to a comma."
574
(stock-tracker--refresh-async chn-stocks us-stocks)
575
;; synchronously
576
(with-temp-message "Fetching stock data ..."
577
- (when chn-stocks-string
+ (unless (string= chn-stocks-string "")
578
(push
579
(stock-tracker--format-response (stock-tracker--request-synchronously chn-stocks-string chn-symbol) chn-symbol)
580
all-collected-stocks-info))
0 commit comments