3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 01:25:02 +00:00

fix unsafe values error

This commit is contained in:
metal 2021-08-21 14:49:31 +00:00 committed by GitHub
parent 655a05b98e
commit 06c536e104

View file

@ -51,7 +51,7 @@ export const CustomEventsPlugin = zeppelinGuildPlugin<CustomEventsPluginType>()(
} }
const values = createTypedTemplateSafeValueContainer({ const values = createTypedTemplateSafeValueContainer({
...args, ...safeArgs,
msg: messageToTemplateSafeMessage(message), msg: messageToTemplateSafeMessage(message),
}); });