Skip to content

Commit 418d174

Browse files
author
“Akshay
committed
[MOB - 6317] - Dataregion enum fix
1 parent 34dbfb5 commit 418d174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift-sdk/Constants.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ enum JsonValue {
270270
}
271271
}
272272

273-
enum IterableDataRegion {
274-
static let US = "https://api.iterable.com/api/"
275-
static let EU = "https://api.eu.iterable.com/api/"
273+
public enum IterableDataRegion {
274+
public static let US = "https://api.iterable.com/api/"
275+
public static let EU = "https://api.eu.iterable.com/api/"
276276
}
277277

278278
public protocol JsonValueRepresentable {

0 commit comments

Comments
 (0)