Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgardo committed Apr 10, 2024
1 parent 9e1109e commit cb87b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Concordium/Model/Identity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public enum AttributeTag: UInt8, CustomStringConvertible, CaseIterable {
case dateOfBirth = 3
/// Country of residence (format: ISO3166-1 alpha-2).
case countryOfResidence = 4
/// Country of nationality (format: ISO3166-1 alpha-2)
/// Country of nationality (format: ISO3166-1 alpha-2).
case nationality = 5
/// Identity Document Type (format: na=0, passport=1, national id card=2, driving license=3, immigration card=4 or eID string).
case idDocType = 6
Expand Down

0 comments on commit cb87b93

Please sign in to comment.