Skip to content

Commit

Permalink
refactor: rename parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelRoux committed Mar 31, 2024
1 parent 2c511d1 commit d614794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-matomo-client/testing/matomo-testing-instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ export class MatomoTestingInstance implements MatomoInstance {
return '';
}

getCustomDimension(customDimensionId: number): string {
getCustomDimension(_customDimensionId: number): string {
return '';
}

getCustomPagePerformanceTiming(): string {
return '';
}

getCustomVariable(index: number, scope: string): string {
getCustomVariable(_index: number, _scope: string): string {
return '';
}

Expand Down

0 comments on commit d614794

Please sign in to comment.