Skip to content

Commit

Permalink
PR review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Aug 8, 2023
1 parent 061b182 commit 319691b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/integrations/main-process-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import { app } from 'electron';
import { endSession, startSession } from '../sessions';

interface Options {
/** Whether sessions should be sent immediately on creation */
/**
* Whether sessions should be sent immediately on creation
*
* @default false
*/
sendOnCreate?: boolean;
}

Expand Down

0 comments on commit 319691b

Please sign in to comment.