nvm teddy stupid

This commit is contained in:
red 2025-12-04 20:02:09 +00:00
parent b5d90a71ab
commit 53097e69bd
1 changed files with 1 additions and 2 deletions

View File

@ -20,9 +20,8 @@ state([
]);
#todo - check if the post is by them, if not - reject it
rules([
'prompt' => 'required|string|min:3',
'prompt' => 'string|min:3',
'submissionUrl' => [
'required',
'regex:/^https:\/\/sketchersunited\.org\/posts\/\d+$/',
'max:200',
],