From 432c3f68511ffb3af800b2781b3d75dbbcd2dfa1 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 29 Feb 2024 14:41:15 +0700 Subject: [PATCH] no message --- src/controllers/OrganizationUnauthorizeController.ts | 2 +- src/controllers/ProfileController.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, }; });