This commit is contained in:
Adria Navarro 2025-01-30 12:06:17 +01:00
parent 5d6088104d
commit 79405dd342
1 changed files with 1 additions and 0 deletions

View File

@ -754,6 +754,7 @@ if (descriptions.length) {
objectIdField: "65b0123456789abcdef01235", objectIdField: "65b0123456789abcdef01235",
regexField: "/^Hello.*/i", regexField: "/^Hello.*/i",
stringField: "This is a string", stringField: "This is a string",
timestampField: null,
}, },
]) ])
}) })