1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Removing todos

This commit is contained in:
jrmccannon 2024-11-19 14:24:36 -06:00
parent 51d0b122f5
commit d4bd369918
No known key found for this signature in database
GPG Key ID: CF03F3DB01CE96A6

View File

@ -192,7 +192,4 @@ public class SingleOrgPolicyValidatorTests
.DidNotReceive()
.RevokeNonCompliantOrganizationUsersAsync(Arg.Any<RevokeOrganizationUsersRequest>());
}
// TODO feature flag is enabled and revoke returns errors, we throw
// TODO feature flag is enabled and revoke returns no errors, no throw
// TODO feature flag is disabled we don't call command
}