Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dashboard.js typo #3485

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update dashboard.js typo #3485

wants to merge 3 commits into from

Conversation

alinvlad05
Copy link

Summary: Summary of changes

Addresses CUMULUS-XX: Develop amazing new feature

Changes

  • Detailed list or prose of changes
  • ...

PR Checklist

  • Update CHANGELOG
  • Unit tests
  • Ad-hoc testing - Deploy changes and test manually
  • Integration tests

Alin Vlad added 3 commits October 2, 2023 01:24
Super Constructor: When calling the super(message) constructor, it's better to pass a more descriptive message, like "CumulusApiClientError: " + message, so that when you catch this error, you'll immediately know what type of error it is without having to inspect the class name.
…ot provided the implementation for this function. Ensure that it handles errors correctly. In the getPrivateKey() method, KMS.decryptBase64String(fetchedKey) is used, but it appears the result isn't awaited. If decryptBase64String is asynchronous, you need to use await.

Encryption & Decryption:

decrypt is imported and used, but you have not provided the implementation for this function. Ensure that it handles errors correctly.
In the getPrivateKey() method, KMS.decryptBase64String(fetchedKey) is used, but it appears the result isn't awaited. If decryptBase64String is asynchronous, you need to use await.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants