Change FollowRequest to return the user ID so is compatible with POST endpoint

pull/12799/head
Hank Grabowski 2023-02-15 12:30:49 -05:00
rodzic 90717b602e
commit 637b6f5a17
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -43,7 +43,5 @@ class FollowRequest extends Account
public function __construct(BaseURL $baseUrl, int $introduction_id, array $account)
{
parent::__construct($baseUrl, $account, new Fields());
$this->id = $introduction_id;
}
}