1
0
mirror of https://github.com/bitwarden/server.git synced 2025-03-01 04:01:11 +01:00

Remove TODO

This commit is contained in:
Thomas Rittson 2024-10-04 12:50:15 +10:00
parent 8ae2f6c655
commit 4a62dd4356
No known key found for this signature in database
GPG Key ID: CDDDA03861C35E27

View File

@ -35,7 +35,6 @@ public class PolicyServicevNext : IPolicyServicevNext
foreach (var policyDefinition in policyDefinitions)
{
_policyDefinitions.Add(policyDefinition.Type, policyDefinition);
// TODO: throw if any policyDefinition is missing
}
}