mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 13:16:33 +00:00
move change in other branch
This commit is contained in:
parent
adf1ab7048
commit
3b289a934d
@ -33,7 +33,7 @@ function composeDataString(data: (string | Object)[]): string {
|
||||
return data
|
||||
.map((d) => {
|
||||
// if it is a object and his toString function return only garbage
|
||||
if (d && typeof d === 'object' && d.toString() === '[object Object]') {
|
||||
if (typeof d === 'object' && d.toString() === '[object Object]') {
|
||||
return inspect(d, )
|
||||
}
|
||||
if (d) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user