mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-11 13:07:20 +00:00
Type fixes + circular dependency fix
This commit is contained in:
parent
44fbd020db
commit
c7f739fd8f
20 changed files with 70 additions and 83 deletions
|
@ -23,7 +23,7 @@ export function logAutomodAction(pluginData: GuildPluginData<LogsPluginType>, da
|
|||
user: userToTemplateSafeUser(data.user),
|
||||
users: data.users.map(user => userToTemplateSafeUser(user)),
|
||||
actionsTaken: data.actionsTaken,
|
||||
matchSummary: data.matchSummary,
|
||||
matchSummary: data.matchSummary ?? "",
|
||||
}),
|
||||
{
|
||||
userId: data.user.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue