Fix Duplicate Division
This commit is contained in:
@@ -17,7 +17,7 @@ class MemberResources extends JsonResource
|
||||
return [
|
||||
'memberId' => $this->member_id,
|
||||
'fullName' => $this->full_name,
|
||||
'division' => $this->division->name,
|
||||
'division' => $this->division->name ?? '',
|
||||
'limit' => [
|
||||
'current' => 2000000,
|
||||
'total' => 4000000,
|
||||
|
||||
Reference in New Issue
Block a user