Skip to content

Commit 4634536

Browse files
committed
chore: switch private field to readonly
1 parent 455fb06 commit 4634536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/metrics/src/Metrics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class Metrics extends Utility implements MetricsInterface {
155155
/**
156156
* Custom logger object to be used for emitting debug, warning, and error messages.
157157
*/
158-
#logger?: GenericLogger;
158+
readonly #logger?: GenericLogger;
159159

160160
/**
161161
* Flag indicating if this is a single metric instance

0 commit comments

Comments
 (0)