We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f026928 commit b03074bCopy full SHA for b03074b
packages/core/src/lib.rs
@@ -89,7 +89,7 @@ impl Logger {
89
Either4::C(value) => value.to_string().into(),
90
Either4::D(value) => value.to_vec().into(),
91
};
92
- self.inner.add_field(field, value.into());
+ self.inner.add_field(field, value);
93
}
94
95
#[napi]
0 commit comments