no message
This commit is contained in:
parent
15c6932f91
commit
432c3f6851
2 changed files with 2 additions and 2 deletions
|
|
@ -202,7 +202,7 @@ export class OrganizationUnauthorizeController extends Controller {
|
||||||
punish: null,
|
punish: null,
|
||||||
retired: null,
|
retired: null,
|
||||||
retired2: null,
|
retired2: null,
|
||||||
isRetired: null,
|
isRetired: false,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1060,7 +1060,7 @@ export class ProfileController extends Controller {
|
||||||
punish: null,
|
punish: null,
|
||||||
retired: null,
|
retired: null,
|
||||||
retired2: null,
|
retired2: null,
|
||||||
isRetired: null,
|
isRetired: false,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue