forked from mirrors/misskey
Be aware that Object.assign(target, source) has a side effect.
It copies properties from a source object to a target object.
Use Object.assign({}, source1, source2) instead to avoid side effects.
2.8 KiB
2.8 KiB