Skip to content

Commit

Permalink
Update DownloadBlobsCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Nov 20, 2024
1 parent c866793 commit e100bb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/DownloadBlobsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public function handle(): int
->listBlobs(did: $did, cursor: $cursor)
->throw();


$response->collect('cids')
->each(function ($cid) use ($actor, $did, $pds) {
$content = Bluesky::client(auth: false)
Expand Down

0 comments on commit e100bb1

Please sign in to comment.