mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-09 03:57:19 +00:00
Update actualCaseCmd.ts
This commit is contained in:
parent
863ef3d773
commit
f9c566b243
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export async function actualCaseCmd(
|
|||
context: Message | ChatInputCommandInteraction,
|
||||
authorId: string,
|
||||
caseNumber: number,
|
||||
show: boolean | null,
|
||||
show?: boolean | null,
|
||||
) {
|
||||
const theCase = await pluginData.state.cases.findByCaseNumber(caseNumber);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue