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, }; });