Skip to content

Commit

Permalink
make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Dec 14, 2023
1 parent 0b1c34d commit 5b33461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Conversation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class Conversation {

private relayPool: SimplePool;

private secretKeyMethod?: 'nip07' | 'throwaway' | 'localstorage' =
'throwaway';
// prettier-ignore
private secretKeyMethod?: 'nip07' | 'throwaway' | 'localstorage' = 'throwaway';

private secretKey?: string;

Expand Down

0 comments on commit 5b33461

Please sign in to comment.