Skip to content

Commit

Permalink
Merge branch 'processing-handler'
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Dec 14, 2023
2 parents 0e4ec90 + 5b33461 commit c93209c
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 c93209c

Please sign in to comment.