Skip to content

Commit 19c2db9

Browse files
fmenezesgagik
andauthored
Update src/session.ts
Co-authored-by: Gagik Amaryan <[email protected]>
1 parent 46a34df commit 19c2db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class Session extends EventEmitter<{
5555
}
5656
}
5757

58-
async disconnect() {
58+
async disconnect(): Promise<void> {
5959
if (this.serviceProvider) {
6060
try {
6161
await this.serviceProvider.close(true);

0 commit comments

Comments
 (0)