Skip to content

Commit

Permalink
Merge pull request #16 from dimitribouniol/dimitri/account-fix
Browse files Browse the repository at this point in the history
Removed `initialIp` from AcmeAccountInfo
  • Loading branch information
m-barthelemy authored Jan 12, 2025
2 parents 4151363 + 868ca1c commit aca3a34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/AcmeSwift/Models/Account/AcmeAccountInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ public struct AcmeAccountInfo: Codable, Sendable {
/// The contact entries.
public let contact: [String]

/// Source IP (as seen by the ACME servers) from which the Account was created.
public let initialIp: String

/// Date when the Account was created.
public let createdAt: String

Expand Down

0 comments on commit aca3a34

Please sign in to comment.