mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-24 07:02:08 +00:00
chore: add ; at the end of Key.js
This commit is contained in:
parent
e8a80932e1
commit
104ec67f8c
@ -135,4 +135,4 @@ module.exports = class Key {
|
|||||||
toPem() {
|
toPem() {
|
||||||
return this.keyIsPublic ? publicKeyToPem(this.publicKey) : privateKeyToPem(this.privateKey);
|
return this.keyIsPublic ? publicKeyToPem(this.publicKey) : privateKeyToPem(this.privateKey);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user