Skip to content

Commit 877b793

Browse files
committed
fix: always have msgId
1 parent 46246ed commit 877b793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deluge.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class Deluge implements TorrentClient {
6262
cookie: Cookie.fromJSON(state.auth.cookie),
6363
msgId: state.auth.msgId,
6464
}
65-
: undefined,
65+
: { msgId: 0 },
6666
};
6767
return deluge;
6868
}

0 commit comments

Comments
 (0)