Skip to content

Commit

Permalink
Upgrade settings version to support multi-hop
Browse files Browse the repository at this point in the history
  • Loading branch information
mojganii authored and Jon Petersson committed Jun 4, 2024
1 parent 17822cb commit b3149cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/MullvadTypes/RelayConstraints.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class RelayConstraintsUpdater: ConstraintsPropagation {
}
}

public struct RelayConstraints: Codable, Equatable, CustomDebugStringConvertible {
public struct RelayConstraints: Codable, Equatable {
@available(*, deprecated, renamed: "locations")
private var location: RelayConstraint<RelayLocation> = .only(.country("se"))

Expand Down

0 comments on commit b3149cf

Please sign in to comment.