Skip to content

Commit c602127

Browse files
committed
🔊 Clean up logs
1 parent d0b8693 commit c602127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/util/logger.util.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const logger = (
113113
logFn(
114114
JSON.stringify({
115115
message: formatedMessage,
116-
data,
116+
...data,
117117
}),
118118
);
119119
};

0 commit comments

Comments
 (0)