Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Jun 14, 2021
1 parent 0f39d98 commit f78d0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MixpanelInstance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDele
#if DECIDE
checkDecide { decideResponse in
if let decideResponse = decideResponse {
if decideResponse.integrations.count > 0 {
if !decideResponse.integrations.isEmpty {
self.connectIntegrations.setupIntegrations(decideResponse.integrations)
}
}
Expand Down

0 comments on commit f78d0f4

Please sign in to comment.