mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update NotificationTransformer, fixes #2389
This commit is contained in:
parent
96c1b4da1c
commit
c4506ebd71
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ class NotificationTransformer extends Fractal\TransformerAbstract
|
|||
if($status) {
|
||||
return $this->item($status, new StatusTransformer());
|
||||
} else {
|
||||
return $this->collection([], new StatusTransformer());
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
return $this->collection([], new StatusTransformer());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue