Skip to content

Commit

Permalink
Update BlueskyManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Jan 9, 2025
1 parent f62b2b3 commit 5b9dd0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/BlueskyManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ public function client(bool $auth = true): AtpClient
public function public(): BskyClient
{
return Container::getInstance()
->make(AtpClient::class)
->withHttp(Http::baseUrl($this->publicEndpoint()))
->bsky();
->make(BskyClient::class)
->withHttp(Http::baseUrl($this->publicEndpoint()));
}

/**
Expand Down

0 comments on commit 5b9dd0e

Please sign in to comment.