Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000991">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000215">

</testcase>

Expand Down
2 changes: 1 addition & 1 deletion ios/sandwich/QonversionSandwich.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class QonversionSandwich : NSObject {
config.setEntitlementsCacheLifetime(cacheLifetime)
}

if let proxyUrl = proxyUrl {
if let proxyUrl = proxyUrl, !proxyUrl.isEmpty {
config.setProxyURL(proxyUrl);
}

Expand Down