Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(advisor): Prefer
also
over let
when not mapping
It can be confusing to use `let` if the goal is not to map the (anyway discarded) return value, so use `also` instead to emphasize that just some additional work (logging in this case) is done. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information