3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 16:55:03 +00:00

CustomEvents: pass safe args to actions

This commit is contained in:
metal 2021-08-21 14:58:19 +00:00 committed by GitHub
parent 7f2731262d
commit 71351435c9

View file

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