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:
parent
655a05b98e
commit
06c536e104
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export const CustomEventsPlugin = zeppelinGuildPlugin<CustomEventsPluginType>()(
|
||||||
}
|
}
|
||||||
|
|
||||||
const values = createTypedTemplateSafeValueContainer({
|
const values = createTypedTemplateSafeValueContainer({
|
||||||
...args,
|
...safeArgs,
|
||||||
msg: messageToTemplateSafeMessage(message),
|
msg: messageToTemplateSafeMessage(message),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue