Merge pull request #7611 from turbo124/v5-develop

Minor fixes for mailer
This commit is contained in:
David Bomba 2022-07-03 15:52:29 +10:00 committed by GitHub
commit d6be09ea98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,7 @@ class NinjaMailerJob implements ShouldQueue
return false;
}
return $user->oauth_user_refresh_token;
return $user->oauth_user_token;
}