mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 14:56:16 +02: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