mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Fix typo
This commit is contained in:
parent
859ed621b0
commit
559978db46
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ class StatusRemoteUpdatePipeline implements ShouldQueue
|
||||||
|
|
||||||
Media::whereProfileId($status->profile_id)
|
Media::whereProfileId($status->profile_id)
|
||||||
->whereStatusId($status->id)
|
->whereStatusId($status->id)
|
||||||
->get()
|
|
||||||
->update([
|
->update([
|
||||||
'status_id' => null
|
'status_id' => null
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue