Skip to content

Commit

Permalink
chore: rm parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Dec 13, 2024
1 parent 45f2e0d commit c65be77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ export default class FeatureController extends Controller {
}

if (namePrefix) {
this.eventBus.emit(CLIENT_METRICS_NAMEPREFIX, { namePrefix });
this.eventBus.emit(CLIENT_METRICS_NAMEPREFIX);
}

if (tag) {
this.eventBus.emit(CLIENT_METRICS_TAGS, { tag });
this.eventBus.emit(CLIENT_METRICS_TAGS);
}

const tagQuery = this.paramToArray(tag);
Expand Down

0 comments on commit c65be77

Please sign in to comment.