Skip to content

Resolve Add ToString() to the subscriptionName of PromptForBequeathingDataCausesRObeingRequestedToStopNotificationsToOldRelease#200

Merged
DanaSunal merged 2 commits intodevelopfrom
ManasaBM1/issue199
Apr 17, 2023
Merged

Resolve Add ToString() to the subscriptionName of PromptForBequeathingDataCausesRObeingRequestedToStopNotificationsToOldRelease#200
DanaSunal merged 2 commits intodevelopfrom
ManasaBM1/issue199

Conversation

@ManasaBM1
Copy link
Copy Markdown
Collaborator

Fixes #199

…gDataCausesRObeingRequestedToStopNotificationsToOldRelease

Fixes #199
@ManasaBM1
Copy link
Copy Markdown
Collaborator Author

Reviewer is @DanaSunal

requestBody.subscriberApplication = await httpServerInterface.getApplicationNameAsync();
requestBody.subscriberReleaseNumber = await httpServerInterface.getReleaseNumberAsync();
requestBody.subscription = subscriptionName;
requestBody.subscription = subscriptionName.toString();
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What is the purpose here for the toString() ?

@DanaSunal DanaSunal merged commit 5e85eb1 into develop Apr 17, 2023
@ManasaBM1 ManasaBM1 deleted the ManasaBM1/issue199 branch August 10, 2023 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ToString() to the subscriptionName of PromptForBequeathingDataCausesRObeingRequestedToStopNotificationsToOldRelease

2 participants