Skip to content

Commit

Permalink
update the key
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Vardhan committed May 16, 2024
1 parent e960fc3 commit b08e2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/plugin-branch/src/BranchPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import reset from './methods/reset';

export class BranchPlugin extends DestinationPlugin {
type = PluginType.destination;
key = 'Branch';
key = 'Branch Metrics';

identify(event: IdentifyEventType) {
identify(event);
Expand Down

0 comments on commit b08e2ad

Please sign in to comment.