diff --git a/src/controllers/OrganizationUnauthorizeController.ts b/src/controllers/OrganizationUnauthorizeController.ts index fd28b769..8dee46d4 100644 --- a/src/controllers/OrganizationUnauthorizeController.ts +++ b/src/controllers/OrganizationUnauthorizeController.ts @@ -202,7 +202,7 @@ export class OrganizationUnauthorizeController extends Controller { punish: null, retired: null, retired2: null, - isRetired: null, + isRetired: false, }; }); diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 3ca0eef7..3da9ec80 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -1060,7 +1060,7 @@ export class ProfileController extends Controller { punish: null, retired: null, retired2: null, - isRetired: null, + isRetired: false, }; });