Skip to content

Commit 73261f1

Browse files
committed
chore: coverage
1 parent 52e270d commit 73261f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logger/src/formatter/LogItem.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class LogItem {
2323
* @param params - The parameters for the LogItem.
2424
*/
2525
public constructor(params: { attributes: LogAttributes }) {
26-
this.attributes = params.attributes;
26+
this.setAttributes(params.attributes);
2727
}
2828

2929
/**

0 commit comments

Comments
 (0)