no message

This commit is contained in:
kittapath 2024-11-27 17:06:41 +07:00
parent c9b54f195a
commit b492cfa220

View file

@ -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,