Skip to content

Commit

Permalink
Solve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Aug 20, 2024
1 parent 2e52910 commit 86239ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlagsmithClient/Classes/Trait.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public struct PostTrait: Codable {
}
}

public init(key: String, value: String, transient: Bool identifier: String) {
public init(key: String, value: String, transient: Bool, identifier: String) {
self.key = key
self.value = value
self.transient = transient
Expand Down

0 comments on commit 86239ba

Please sign in to comment.