Skip to content

Commit

Permalink
fix null exception sending emails for new set completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Apr 11, 2024
1 parent c28d2b2 commit a94e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/database/set-request.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function getSetRequestorsList(int $gameId, bool $getEmailInfo = false): array
->with('user');

if ($getEmailInfo) {
$query->with(['game:ID,title']);
$query->with(['game:ID,Title']);
}

$setRequests = $query->get();
Expand Down

0 comments on commit a94e452

Please sign in to comment.