Skip to content

Commit

Permalink
feat: added more meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Apr 15, 2024
1 parent 36cf7cc commit 5b1d869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Marker.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ public static function validateRequestForBulkInsert(Request $request, Map $map):
'markers.*.updated_at' => 'nullable|date',
'markers.*.expires_at' => 'nullable|date',
'markers.*.link' => [Rule::requiredIf(optional($map->options)['links'] === "required")],
'markers.*.meta' => 'nullable|array|max:10',
'markers.*.meta' => 'nullable|array|max:25',
'markers.*.meta.*' => ['nullable', 'max:255'],

// The markers may contain the below
Expand Down

0 comments on commit 5b1d869

Please sign in to comment.