Laravel Pint fixes
This commit is contained in:
parent
cbbe87e23c
commit
1f9a8fee99
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class SyndicateNoteToBluesky implements ShouldQueue
|
|||
|
||||
// Parse for syndication URL
|
||||
if ($response->getStatusCode() === 201) {
|
||||
$this->note->bluesky_url = $response->getHeader('Location')[0];;
|
||||
$this->note->bluesky_url = $response->getHeader('Location')[0];
|
||||
$this->note->save();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue