Fix gravatar url check

This commit is contained in:
Nabeel Shahzad
2020-03-24 18:54:04 -04:00
parent 62cea3eb0c
commit eafea01e22
3 changed files with 18 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ class User extends Resource
$res = [
'id' => $this->id,
'pilot_id' => $this->pilot_id,
'avatar' => $this->avatar,
'avatar' => $this->avatar->url,
'ident' => $this->ident,
'name' => $this->name,
'email' => $this->email,