fixed notifications
This commit is contained in:
@ -608,7 +608,7 @@ trait Modules
|
||||
|
||||
$data = [];
|
||||
|
||||
if (!$notifications = static::getResponse('GET', 'apps/notifications')) {
|
||||
if (!$notifications = static::getResponseData('GET', 'apps/notifications')) {
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user