remove unused enum values

This commit is contained in:
Ruslan Talpa
2025-06-25 14:32:46 +03:00
parent 8b44f5b479
commit af3ca24a5e
3 changed files with 3 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ impl ComputeUserInfo {
pub(crate) enum ComputeCredentialKeys {
AuthKeys(AuthKeys),
JwtPayload(Vec<u8>),
None,
//None,
}
impl TryFrom<ComputeUserInfoMaybeEndpoint> for ComputeUserInfo {