fix: Adjusts in createJid

Adjusts in createJid
This commit is contained in:
Davidson Gomes
2023-07-24 11:13:30 -03:00
committed by GitHub
2 changed files with 22 additions and 36 deletions

View File

@@ -124,7 +124,7 @@ const optionsSchema: JSONSchema7 = {
const numberDefinition: JSONSchema7Definition = {
type: 'string',
pattern: '^\\d+[\\.@\\w-]+',
// pattern: '^\\d+[\\.@\\w-]+',
description: 'Invalid format',
};