Skip to content

Commit

Permalink
Swiftlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 26, 2024
1 parent 337483f commit 001406c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WultraMobileTokenSDK/Push/Service/WMTPushImpl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class WMTPushImpl: WMTPush, WMTService {
case .apns(_, let environment):
payloadPlatform = .apns
payloadEnvironment = getPushEnvironment(environment: environment)
case .fcm(_):
case .fcm:
payloadPlatform = .fcm
payloadEnvironment = nil // no env for FCM
}
Expand Down

0 comments on commit 001406c

Please sign in to comment.