mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 17:45:03 +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
|
@ -93,14 +93,14 @@ export async function unmuteUser(
|
|||
user,
|
||||
caseNumber: createdCase.case_number,
|
||||
time: timeUntilUnmute,
|
||||
reason: caseArgs.reason,
|
||||
reason: caseArgs.reason ?? "",
|
||||
});
|
||||
} else {
|
||||
pluginData.getPlugin(LogsPlugin).logMemberUnmute({
|
||||
mod,
|
||||
user,
|
||||
caseNumber: createdCase.case_number,
|
||||
reason: caseArgs.reason,
|
||||
reason: caseArgs.reason ?? "",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue