-
Notifications
You must be signed in to change notification settings - Fork 209
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
MNTOR-3815 - Data broker manual removal integration #5326
Conversation
// eslint-disable-next-line @typescript-eslint/no-misused-promises | ||
onMarkAsResolved={() => { | ||
handleManualRemovalChange().catch((error) => { | ||
console.error("Error during manual removal change:", error); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@flozia Trying to determine if there's a workaround here. Do you have any suggestions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@codemist A workaround as in not needing eslint-disable-next-line
or is there an issue with the error handling?
Preview URL 🚀 : https://blurts-server-pr-5326-mgjlpikfea-uk.a.run.app |
420a66f
to
00775d2
Compare
Preview URL 🚀 : https://blurts-server-pr-5326-mgjlpikfea-uk.a.run.app |
Preview URL 🚀 : https://blurts-server-pr-5326-mgjlpikfea-uk.a.run.app |
1 similar comment
Preview URL 🚀 : https://blurts-server-pr-5326-mgjlpikfea-uk.a.run.app |
Cleanup completed - database 'blurts-server-pr-5326' destroyed, cloud run service 'blurts-server-pr-5326' destroyed |
References:
Jira: MNTOR-
Figma:
Description
Screenshot (if applicable)
Not applicable.
How to test
Checklist (Definition of Done)