Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul authored and github-actions[bot] committed Nov 7, 2024
1 parent 4cc9f73 commit e1c74ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function store(): JsonResponse
'email' => [
'required',
'email',
'email:rfc,dns'
'email:rfc,dns',
],
'current_team_id' => [
'sometimes',
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Middleware/HandleInertiaRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function share(Request $request): array

return [
...parent::share($request),
'auth' => [
'auth' => [
'user' => $request->user(),
'currentTeam' => $team,
'availableTeams' => TeamUser::with('team')->where('user_id', Auth::id())->get(),
Expand Down

0 comments on commit e1c74ed

Please sign in to comment.