diff --git a/Sources/ContainerizationOCI/Client/KeychainHelper.swift b/Sources/ContainerizationOCI/Client/KeychainHelper.swift index e41f2c8c..ac314d49 100644 --- a/Sources/ContainerizationOCI/Client/KeychainHelper.swift +++ b/Sources/ContainerizationOCI/Client/KeychainHelper.swift @@ -30,9 +30,6 @@ public struct KeychainHelper: Sendable { let kq = KeychainQuery() do { - guard try kq.exists(id: self.id, host: domain) else { - throw Self.Error.keyNotFound - } guard let fetched = try kq.get(id: self.id, host: domain) else { throw Self.Error.keyNotFound }