Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(usebruno#1910): Use
toString
method for objects in interpolation
For example with Moment the object with JSON.stringify became: `"Mon Mar 25 2024 22:52:03 GMT+0100"` when using just `toString` the moment object becomes `Mon Mar 25 2024 22:52:03 GMT+0100` (without double quotes). I think the should yield more expected results.
- Loading branch information