From 9d9b2b0db1966f0de4990f151d986a40676345ee Mon Sep 17 00:00:00 2001 From: Kittapath Date: Tue, 28 May 2024 15:22:14 +0700 Subject: [PATCH] no message --- src/controllers/ProfileController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index ae85b5da..d5609a3f 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -2647,7 +2647,7 @@ export class ProfileController extends Controller { calculateRetireDate(item.current_holder.birthDate).getFullYear() != body.year ? false : true, - isSpecial: isSpecial, + isSpecial: isSpecial, }; });