transients is an empty collection and is thus always true #23
Open
Description
In https://github.com/circleci/mongofinil/blob/master/src/mongofinil/core.clj#L33 transients is always true (since it will default to ()
).
We should remove the if
or replace with (if (seq transients) ...
Metadata
Assignees
Labels
No labels