minor tweaks.

This commit is contained in:
Bryce Covert
2020-10-02 07:18:39 -07:00
parent 71c716e669
commit cdccaf0572
3 changed files with 3 additions and 6 deletions

View File

@@ -268,7 +268,6 @@
output-chan
(map (fn [provider-account-id]
(lc/with-context {:provider-account-id provider-account-id}
(log/info "fetching accounts for provider" provider-account-id)
[provider-account-id
(get-accounts-for-provider-account provider-account-id)])))
(async/to-chan provider-account-ids))