From 1a22d631aa6e37c43afecebd5a018da9620f59d1 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Fri, 16 Feb 2024 12:16:47 +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 67a2112e..30d86c80 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -432,7 +432,7 @@ export class ProfileController extends Controller { @Body() body: { fieldName: string; - keyword?: number; + keyword?: string; }, ) { try {