Skip to content

Commit

Permalink
fix dispatch call
Browse files Browse the repository at this point in the history
  • Loading branch information
ndurell committed Dec 18, 2024
1 parent 63c877e commit 280c66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KlaviyoSwift/Klaviyo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,6 @@ extension KlaviyoSDK {
/// - warning: For internal use only. The host app should not manually call this method, as
/// the logic for fetching and displaying forms will be handled internally within the SDK.
public func fetchForms() {
dispatchOnMainThread(action: .fetchForms)
dispatchStoreAction(action: .fetchForms)
}
}

0 comments on commit 280c66c

Please sign in to comment.