makes ignoring of blank client names.
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
location (parse/best-location-match matching-client location-hint location-hint )
|
||||
vendor (d/pull (d/db conn) '[:vendor/default-account] :vendor/general-produce)]
|
||||
(when-not (and matching-client
|
||||
(not (@missing-client-hints location-hint)))
|
||||
(not (@missing-client-hints location-hint))
|
||||
(not (str/blank? location-hint)))
|
||||
(log/warn ::missing-client
|
||||
:client-hint location-hint)
|
||||
(swap! missing-client-hints conj location-hint))
|
||||
|
||||
Reference in New Issue
Block a user