Skip to content

Commit

Permalink
Update encryption.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-dev-guy authored Oct 1, 2023
1 parent 3d12225 commit bea0fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encryption/encryption.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async function createMessageObject(message) {
const _Encrypted_msg = await encryptMessage('default', `https://cool-dev-guy.github.io/link-encrypted-text/?text=${message}`);
// console.log(_Encrypted_msg)
const code = await createMessageURI(_Encrypted_msg);
console.log('Code:', code);
return code;
} catch (error) {
console.error('Error:', error);
}
Expand Down

0 comments on commit bea0fc9

Please sign in to comment.