From da761f4f315dfc386127010a19709cd4593c7dda Mon Sep 17 00:00:00 2001 From: Bright Date: Tue, 3 Dec 2024 09:25:17 +0700 Subject: [PATCH] fix validation err --- src/controllers/CommandController.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index f116f73e..2dc27465 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -1615,10 +1615,10 @@ export class CommandController extends Controller { persons: { refId: string; profileId?: string | null; - citizenId: string | null; - prefix: string | null; - firstName: string | null; - lastName: string | null; + citizenId?: string | null; + prefix?: string | null; + firstName?: string | null; + lastName?: string | null; remarkVertical?: string | null; remarkHorizontal?: string | null; rootId?: string | null;