Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Feat/encryption service #165

Closed
wants to merge 3 commits into from

Conversation

sandeep-groww
Copy link
Contributor

@sandeep-groww sandeep-groww commented Mar 17, 2023

What does this PR do?

Created an encryption service that will be used to encrypt and decrypt data

What packages have been affected by this PR?

Types of changes

What types of changes does your code introduce to this project?

Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Package version increase in any of the packages?

Checklist before merging

Put an x in the boxes that apply

  • These changes have been thoroughly tested.

  • Changes need to be immediately published on npm.

"mocha": "^7.2.0",
"jsx-ast-utils": "^3.3.3"
"jsx-ast-utils": "^3.3.3",
"mocha": "^10.2.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove caret

response.data = decryptedData;
return response;

} catch (error: any) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove any if possible

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants