mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-08-14 03:35:36 +00:00
chore: add ; at the end of Key.js
This commit is contained in:
@@ -135,4 +135,4 @@ module.exports = class Key {
|
||||
toPem() {
|
||||
return this.keyIsPublic ? publicKeyToPem(this.publicKey) : privateKeyToPem(this.privateKey);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user