mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 20:43:38 +00:00
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