fix: Fixed problem with fileSha256 appearing when sending a sticker in chatwoot

This commit is contained in:
Davidson Gomes
2023-07-24 11:48:10 -03:00
parent a73d5f4b4d
commit 2f3d6f7e63
4 changed files with 14 additions and 2 deletions

View File

@@ -446,7 +446,7 @@ export const whatsappNumberSchema: JSONSchema7 = {
uniqueItems: true,
items: {
type: 'string',
pattern: '^\\d+',
// pattern: '^\\d+',
description: '"numbers" must be an array of numeric strings',
},
},