-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove feature flag #231
Remove feature flag #231
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM
@@ -591,6 +586,7 @@ describe("getprocessMessageHandler", () => { | |||
|
|||
expect(messageStatusUpdaterParam).toEqual({ | |||
status: RejectedMessageStatusValueEnum.REJECTED, | |||
ttl: O.isNone(profileResult) ? 94670856 : undefined, // we want ttl setted only in case the user does not exist |
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.
👍
List of Changes
Motivation and Context
To clean up the code we want to remove the feature flag when it is no longer needed.
How Has This Been Tested?
unit test
Screenshots (if appropriate):
Types of changes
Checklist: