Skip to content

Commit

Permalink
Update DiscordAccountCheck.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMicallefYBSU committed Oct 25, 2024
1 parent 96d2c08 commit 5854dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/DiscordAccountCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function handle()
$in_discord++;

foreach($discord_member_contents as $discord_members2){
if ($discord_members2['user']['id'] == $discord_uid) {
if ($discord_members2['user']['id'] === $discord_uid) {
$discord_member = $discord_members2;
}
}
Expand Down

0 comments on commit 5854dfa

Please sign in to comment.