Skip to content

Commit

Permalink
fix: fix telegram not working (monicahq/chandler#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Jan 4, 2023
1 parent 070503e commit f6712db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function rules(): array
'type' => 'required|string|max:255',
'content' => 'required|string|max:65535',
'verify_email' => 'nullable|boolean',
'preferred_time' => 'nullable|date_format:H:i',
'preferred_time' => 'nullable',
];
}

Expand Down

0 comments on commit f6712db

Please sign in to comment.