Skip to content

Commit

Permalink
fix: no more wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
NisargIO committed Jun 6, 2024
1 parent e49109d commit 79fc0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ export class MillionTelemetry {
project: this.anonymousProjectInfo,
};

if (event === 'improvement') {
this.showWrapped();
}
// if (event === 'improvement') {
// this.showWrapped();
// }

return post({
event,
Expand Down

0 comments on commit 79fc0ec

Please sign in to comment.