Jake Vanderwerf
10 days ago de317675a8069b747cb253ba3e2b5dc394ca36ef
inc/integrations/OAuthCredentials.php
@@ -10,6 +10,7 @@
   public string $access_token;
   public int $expires_at;
   public ?string $refresh_token;
   public ?string $revoke;
   public array $scopes;
   public function __construct(array $data)
@@ -41,7 +42,7 @@
         'access_token' => $this->access_token,
         'expires_at'   => $this->expires_at,
         'refresh_token'   => $this->refresh_token,
         'scopes'    => $this->scopes,
//       'scopes'    => $this->scopes,
      ];
   }
}