Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Aug 3, 2022
1 parent f4cac04 commit ffaceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/effects/effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default class Effect {
* @returns {object} the object representation of this effect
*/
convertToObject() {
return { ...this };
return deepClone({ ...this });
}

get _id() {
Expand Down

0 comments on commit ffaceb8

Please sign in to comment.