mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 08:22:35 +00:00
Fix eslint
This commit is contained in:
parent
dff7f8bae0
commit
5cd8a902fb
@ -10,7 +10,7 @@ if(DUMP_SESSION_KEYS){
|
||||
keyLogger = logger
|
||||
}
|
||||
else {
|
||||
keyLogger = () => {}
|
||||
keyLogger = () => { /* do nothing */ }
|
||||
}
|
||||
|
||||
export function logLocalStaticKeys(s: KeyPair): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user