Skip to content

Commit

Permalink
fix: remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvomohajan committed Mar 5, 2024
1 parent fa85ea0 commit 891ab5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Telemetry/Report/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function getDescription()
),
wp_get_current_user()->display_name,
TelemetryConfig::getTitle(),
TelemetryConfig::getSlug(),
TelemetryConfig::getSlug()
);
}

Expand Down

0 comments on commit 891ab5c

Please sign in to comment.