Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Oct 5, 2023
1 parent f4625ce commit 56ec51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Common/Store/MessagingPushConfigOptions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
public struct MessagingPushConfigOptions {
// Used to create new instance of MessagingPushConfigOptions when the SDK is initialized.
// Then, each property of the MessagingPushConfigOptions object can be modified by the user.
// Used to create new instance of MessagingPushConfigOptions when the MessagingPushAPN module is configured.
// Each property of the MessagingPushConfigOptions object can be modified by the user.
public enum Factory {
public static func create() -> MessagingPushConfigOptions {
MessagingPushConfigOptions(
Expand Down

0 comments on commit 56ec51a

Please sign in to comment.