From 885ee08d4c5e27ea03a8122f9316579b4f1f1f02 Mon Sep 17 00:00:00 2001 From: philc Date: Sat, 14 Dec 2024 12:02:50 +0100 Subject: [PATCH] regex bug fix O,1000 by 0,1000 --- schema/persons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/persons.json b/schema/persons.json index e2ccfa2..530d57a 100644 --- a/schema/persons.json +++ b/schema/persons.json @@ -64,7 +64,7 @@ "title": "Your bio or few words to define yourself", "description": "Use this to share your values, this will be public to all of tribe's members and link to your person", "type": "string", - "pattern": "^.{O,1000}$" + "pattern": "^.{0,1000}$" }, "imgbase64_imgavatar": { "title": "Temporary img to update or create",