mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 17:45:21 -06:00
Remove unnecessary whitespace from IHasPremiumAccessQuery interface.
This commit is contained in:
parent
516824a4e3
commit
b8ff0ea2c0
@ -36,6 +36,3 @@ public interface IHasPremiumAccessQuery
|
||||
/// <returns>Dictionary mapping user IDs to their premium access status (personal or through organization)</returns>
|
||||
Task<Dictionary<Guid, bool>> HasPremiumAccessAsync(IEnumerable<Guid> userIds);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user