no message
This commit is contained in:
parent
0a054d91ce
commit
681347c2fb
2 changed files with 4 additions and 4 deletions
|
|
@ -990,6 +990,8 @@ export class PositionController extends Controller {
|
|||
posMasterNo: posMaster.posMasterNo,
|
||||
posMasterNoSuffix: posMaster.posMasterNoSuffix,
|
||||
reason: posMaster.reason,
|
||||
isOfficer: posMaster.isOfficer,
|
||||
isDirector: posMaster.isDirector,
|
||||
positions: positions.map((position) => ({
|
||||
id: position.id,
|
||||
positionName: position.positionName,
|
||||
|
|
@ -1005,8 +1007,6 @@ export class PositionController extends Controller {
|
|||
positionArea: position.positionArea,
|
||||
positionIsSelected: position.positionIsSelected,
|
||||
isSpecial: position.isSpecial,
|
||||
isOfficer: posMaster.isOfficer,
|
||||
isDirecter: posMaster.isDirector,
|
||||
})),
|
||||
};
|
||||
return new HttpSuccess(formattedData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue