Skip to content

Commit

Permalink
fix: revoke key
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Dec 5, 2022
1 parent 8564980 commit 47df6c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private IReadOnlyCollection<KeyMaterial> GetKeys()
// IXmlRepository doesn't allow us to update. So remove from Get to prevent errors
if (key.IsExpired(_options.Value.DaysUntilExpire))
{
Revoke(key).Wait();
//Revoke(key).Wait();
revokedKeys.Add(key.Id.ToString());
}

Expand Down

0 comments on commit 47df6c2

Please sign in to comment.