Skip to content

Commit

Permalink
fix for premade reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmlessHarm committed Nov 18, 2023
1 parent e808a40 commit ed2d8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default {
entity: target,
key,
type: "premade",
reminder: reminder,
reminder: { ...reminder },
});
reminder[".key"] = key;
}
Expand Down

0 comments on commit ed2d8e5

Please sign in to comment.