Minor fixes for mailer
This commit is contained in:
parent
0a649d780e
commit
357b232b6a
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ class NinjaMailerJob implements ShouldQueue
|
|||
return false;
|
||||
}
|
||||
|
||||
return $user->oauth_user_refresh_token;
|
||||
return $user->oauth_user_token;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue