From 6cab08e26048681233eee77255d14bde0c11a409 Mon Sep 17 00:00:00 2001 From: Ethan$pl33fan <90183370+EthanSpleefan@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:47:33 +1000 Subject: [PATCH] Update pterostats-egg.json Fix PteroStats EGG Serer Error 500 when uploading due to rules str and "sort" column --- pterostats-egg.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pterostats-egg.json b/pterostats-egg.json index 46361c0..ff35981 100644 --- a/pterostats-egg.json +++ b/pterostats-egg.json @@ -39,12 +39,7 @@ "default_value": "", "user_viewable": true, "user_editable": true, - "rules": [ - "nullable", - "string", - "max:64" - ], - "sort": 1 + "rules": "nullable,string,max:64" } ] } \ No newline at end of file