fixed docker files and quoted message option

This commit is contained in:
Davidson Gomes
2023-06-13 14:08:26 -03:00
parent 85e6efb8b0
commit 849d570bcb
2 changed files with 2 additions and 6 deletions

View File

@@ -81,6 +81,7 @@ const quotedOptionsSchema: JSONSchema7 = {
required: ['id', 'remoteJid', 'fromMe'],
...isNotEmpty('id', 'remoteJid'),
},
message: { type: 'object' },
},
};