Skip to content

Commit

Permalink
chore: switch private field to readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Nov 6, 2024
1 parent db54e04 commit 3473f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metrics/src/Metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class Metrics extends Utility implements MetricsInterface {
/**
* Custom logger object to be used for emitting debug, warning, and error messages.
*/
#logger?: GenericLogger;
readonly #logger?: GenericLogger;

/**
* Flag indicating if this is a single metric instance
Expand Down

0 comments on commit 3473f73

Please sign in to comment.