From 8003117203cb9e313983de43f20940d4c64ca832 Mon Sep 17 00:00:00 2001 From: ManojNB Date: Mon, 9 Oct 2023 16:53:11 -0700 Subject: [PATCH] chore; update comments to fix lint --- .../providers/pinpoint/apis/setConflictHandler.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/notifications/src/inAppMessaging/providers/pinpoint/apis/setConflictHandler.ts b/packages/notifications/src/inAppMessaging/providers/pinpoint/apis/setConflictHandler.ts index 3012ab83d67..521a4e30543 100644 --- a/packages/notifications/src/inAppMessaging/providers/pinpoint/apis/setConflictHandler.ts +++ b/packages/notifications/src/inAppMessaging/providers/pinpoint/apis/setConflictHandler.ts @@ -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.