Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed May 18, 2022
1 parent f602bf2 commit b5bcf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const log = debug("discv5:sessionService");
* to match the source, the `Session` is promoted to an established state. RPC requests are not sent
* to untrusted Sessions, only responses.
*/
export class SessionService extends (EventEmitter as { new(): StrictEventEmitter<EventEmitter, ISessionEvents> }) {
export class SessionService extends (EventEmitter as { new (): StrictEventEmitter<EventEmitter, ISessionEvents> }) {
/**
* The local ENR
*/
Expand Down

0 comments on commit b5bcf75

Please sign in to comment.