Skip to content

Commit

Permalink
Revert "add pending status"
Browse files Browse the repository at this point in the history
This reverts commit 7ccf173.
  • Loading branch information
phisakel committed Jul 31, 2024
1 parent 7ccf173 commit 53ff789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WalletStorage/Enumerations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public enum PrivateKeyType: String {
case secureEnclaveP256 = "sep2"
}


/// document status
public enum DocumentStatus: String {
case issued
case deferred
case pending
}

0 comments on commit 53ff789

Please sign in to comment.