3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00

Fix !update without case number requiring text even with an attachment

This commit is contained in:
Dragory 2020-07-30 15:51:21 +03:00
parent 6cf1068e5d
commit 6ab531ecf0

View file

@ -19,7 +19,7 @@ export const UpdateCmd = modActionsCommand({
note: ct.string({ required: false, catchAll: true }), note: ct.string({ required: false, catchAll: true }),
}, },
{ {
note: ct.string({ catchAll: true }), note: ct.string({ required: false, catchAll: true }),
}, },
], ],