Skip to content

Commit

Permalink
fix fencing for track insight action
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Sep 18, 2023
1 parent b2ce4a9 commit d2703d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/store/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4568,7 +4568,7 @@ export function setSnapsInstallPrivacyWarningShownStatus(shown: boolean) {
}
///: END:ONLY_INCLUDE_IN

///: BEGIN:ONLY_INCLUDE_IN(build-flask)
///: BEGIN:ONLY_INCLUDE_IN(snaps)
export function trackInsightSnapUsage(snapId: string) {
return async () => {
await submitRequestToBackground('_trackSnapExportUsage', [
Expand Down

0 comments on commit d2703d6

Please sign in to comment.