1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Added code fences to updateExtensionUninstallUrl (#19845)

This commit is contained in:
Albert Olivé 2023-06-30 16:27:16 +02:00 committed by GitHub
parent 7c7b5fe3aa
commit 9e5eada190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,7 +435,10 @@ export default class MetaMetricsController {
this.clearEventsAfterMetricsOptIn();
}
///: BEGIN:ONLY_INCLUDE_IN(build-main,build-beta,build-flask)
this.updateExtensionUninstallUrl(participateInMetaMetrics, metaMetricsId);
///: END:ONLY_INCLUDE_IN
return metaMetricsId;
}