Skip to content

Commit 3473f73

Browse files
committed
chore: switch private field to readonly
1 parent db54e04 commit 3473f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/metrics/src/Metrics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class Metrics extends Utility implements MetricsInterface {
165165
/**
166166
* Custom logger object to be used for emitting debug, warning, and error messages.
167167
*/
168-
#logger?: GenericLogger;
168+
readonly #logger?: GenericLogger;
169169

170170
/**
171171
* Flag indicating if this is a single metric instance

0 commit comments

Comments
 (0)