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) ...`