Skip to content

Commit

Permalink
fix: mail parameter type conversion in ExternalNotificationController
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Jan 4, 2024
1 parent a8956f3 commit 7beff02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function accept(Request $request): JsonResponse
"content" => $request->content,
],
$request->send_to,
$request->mail
(bool) $request->mail
);

$channel->update([
Expand Down

0 comments on commit 7beff02

Please sign in to comment.