Skip to content

Commit

Permalink
Merge pull request #673 from prudrabhat/update_uiext_mapping
Browse files Browse the repository at this point in the history
Update Extension Name mapping for aepsdk-ui-ios
  • Loading branch information
prudrabhat authored Sep 4, 2024
2 parents 597a1db + 693c710 commit 5bc04cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release_notes/SDKReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function standardizeExtensionName(extensionName) {
return EXTENSION_ENUM.CAMPAIGN_CLASSIC;
case extensionName.includes("campaign"):
return EXTENSION_ENUM.CAMPAIGN_STANDARD;
case extensionName === "notificationcontent":
case extensionName === "ui":
return EXTENSION_ENUM.NOTIFICATION_CONTENT;
case extensionName === "notificationbuilder":
return EXTENSION_ENUM.NOTIFICATION_BUILDER;
Expand Down

0 comments on commit 5bc04cf

Please sign in to comment.