Minor fixes for mailer

This commit is contained in:
David Bomba 2022-07-03 15:52:13 +10:00
parent 0a649d780e
commit 357b232b6a

View File

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