3
0
Fork 0
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:
seeyebe 2025-07-08 06:59:45 +03:00 committed by GitHub
parent 863ef3d773
commit f9c566b243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ export async function actualCaseCmd(
context: Message | ChatInputCommandInteraction, context: Message | ChatInputCommandInteraction,
authorId: string, authorId: string,
caseNumber: number, caseNumber: number,
show: boolean | null, show?: boolean | null,
) { ) {
const theCase = await pluginData.state.cases.findByCaseNumber(caseNumber); const theCase = await pluginData.state.cases.findByCaseNumber(caseNumber);