fix toJSON value
This commit is contained in:
@@ -430,6 +430,6 @@ const sliceArrayContent = (itemcontent, start, len) => {
|
||||
* @param {Array<any>} added
|
||||
*/
|
||||
const concatArrayContent = (content, added) => {
|
||||
content.push(added)
|
||||
content.push(...added)
|
||||
return content
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user