mirror of
https://github.com/bitwarden/server.git
synced 2026-04-20 11:42:29 -05:00
When the user is not part of an organization, `UserBumpAccountRevisionDateByCipherIdQuery` doesn't work. In that case we have to use `UserBumpAccountRevisionDateAsync` instead. This was already done by most parts of the code but a few more were missing. Fixes #2615