Skip to content

Commit

Permalink
🔀 Merge branch 'ladislas/feature/accountkit-professions-make-identifi…
Browse files Browse the repository at this point in the history
…able'
  • Loading branch information
ladislas committed Feb 7, 2024
2 parents eb54a4d + d453e3d commit c88fd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/AccountKit/Sources/Models/Professions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class Professions: Codable {

// MARK: - Profession

public struct Profession: Codable {
public struct Profession: Codable, Identifiable {
// MARK: Lifecycle

public init(from decoder: Decoder) throws {
Expand Down

0 comments on commit c88fd07

Please sign in to comment.