Skip to content

Commit

Permalink
♻️ (AccountKit): Profession - make Identifiable
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 7, 2024
1 parent eb54a4d commit d453e3d
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 d453e3d

Please sign in to comment.