Skip to content

Commit e2ca6de

Browse files
committed
feat: add toString method
1 parent 4b22c79 commit e2ca6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/keys.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class KeysService {
122122
decryptionKeys: privateKey,
123123
});
124124

125-
return decryptedMessage as string;
125+
return decryptedMessage.toString();
126126
};
127127

128128
private readonly comparePrivateKeyCiphertextIDs = (

0 commit comments

Comments
 (0)