Skip to content

Commit

Permalink
chore; update comments to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Oct 9, 2023
1 parent 026af99 commit 8003117
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { InAppMessage } from '../../../types';
import { InAppMessageConflictHandler, SetConflictHandlerInput } from '../types';

/**
* Set a conflict handler that will be used to resolve conflicts that emerge when matching the event to the synced messages.
* Set a conflict handler that will be used to resolve conflicts that emerge
* when matching the event to the synced messages.
* This setting is not persisted across restarts and hence needs to be called before dipatching an event.
*
* @param SetConflictHandlerInput: The input object that holds the conflict handler to be used.
Expand Down

0 comments on commit 8003117

Please sign in to comment.