fix: connection state

This commit is contained in:
Davidson Gomes
2023-07-24 18:28:01 -03:00
parent f7293255cf
commit f9abd90cc9
4 changed files with 13 additions and 9 deletions

View File

@@ -124,7 +124,6 @@ const optionsSchema: JSONSchema7 = {
const numberDefinition: JSONSchema7Definition = {
type: 'string',
// pattern: '^\\d+[\\.@\\w-]+',
description: 'Invalid format',
};
@@ -446,7 +445,6 @@ export const whatsappNumberSchema: JSONSchema7 = {
uniqueItems: true,
items: {
type: 'string',
// pattern: '^\\d+',
description: '"numbers" must be an array of numeric strings',
},
},