Skip to content

Commit 3446295

Browse files
remove super call
1 parent aab764a commit 3446295

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class PeerId {
2828
* @param {RSAPublickKey=} pubKey
2929
*/
3030
constructor (id, privKey, pubKey) {
31-
super()
3231
assert(Buffer.isBuffer(id), 'invalid id provided')
3332

3433
if (privKey && pubKey) {

0 commit comments

Comments
 (0)