Skip to content

Commit f5b8983

Browse files
committed
Run lint --fix
1 parent 07465f4 commit f5b8983

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-use-intercom/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export type IntercomContextValues = {
369369
* @see {@link https://developers.intercom.com/installing-intercom/docs/intercom-javascript#intercomstarttour-tourid}
370370
*/
371371
startTour: (tourId: number) => void;
372-
/**
372+
/**
373373
* Triggers a checklist based on an action a user or visitor takes in your site or application,
374374
* You need to call this method with the id of the checklist you wish to show.
375375
*
@@ -381,7 +381,7 @@ export type IntercomContextValues = {
381381
*
382382
* @see {@link https://developers.intercom.com/installing-intercom/web/methods/#intercomstartchecklist-checklistid}
383383
*/
384-
startChecklist: (checklistId: number) => void;
384+
startChecklist: (checklistId: number) => void;
385385
/**
386386
* Submits an event, this will associate the event with the currently
387387
* tracked visitor, lead or user and send it to Intercom

0 commit comments

Comments
 (0)