We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c004b commit a40c0b7Copy full SHA for a40c0b7
Sources/SegmentAdjust/AdjustDestination.swift
@@ -56,7 +56,7 @@ open class AdjustDestination: NSObject, DestinationPlugin {
56
adjustSettings = settings
57
58
var environment = ADJEnvironmentSandbox
59
- if let isProduction = settings.setEnvironmentProduction, isProduction == true {
+ if let isProduction = settings.setEnvironmentProduction, isProduction {
60
environment = ADJEnvironmentProduction
61
}
62
0 commit comments