Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
purpshell authored Sep 28, 2023
1 parent f50842f commit 48a7175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Types/Socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@ export type SocketConfig = {

makeSignalRepository: (auth: SignalAuthState) => SignalRepository

socket: any
/** Socket passthrough */
socket?: any
}

0 comments on commit 48a7175

Please sign in to comment.