From b492cfa2200b849939f96dbacf6a1103a909004a Mon Sep 17 00:00:00 2001 From: kittapath Date: Wed, 27 Nov 2024 17:06:41 +0700 Subject: [PATCH] no message --- src/controllers/ApiKeyController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/ApiKeyController.ts b/src/controllers/ApiKeyController.ts index 15efda47..5dd2dbd1 100644 --- a/src/controllers/ApiKeyController.ts +++ b/src/controllers/ApiKeyController.ts @@ -104,7 +104,6 @@ export class ApiKeyController extends Controller { createdUserId: _data.createdUserId, createdFullName: _data.createdFullName, name: _data.name, - keyApi: _data.keyApi, apiNames: _data.apiNames.map((x) => ({ id: x.id, name: x.name,