From f94a83f7f84c0ae22fa20696bbb21f531b42ea85 Mon Sep 17 00:00:00 2001 From: Yash Sartanpara Date: Mon, 13 May 2024 14:51:23 +0530 Subject: [PATCH] PMM-12710 fix lint issue --- .../panel/components/Details/database-models/mysql/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmm-app/src/pmm-qan/panel/components/Details/database-models/mysql/service.ts b/pmm-app/src/pmm-qan/panel/components/Details/database-models/mysql/service.ts index b535cdada4..dccc5a3586 100644 --- a/pmm-app/src/pmm-qan/panel/components/Details/database-models/mysql/service.ts +++ b/pmm-app/src/pmm-qan/panel/components/Details/database-models/mysql/service.ts @@ -3,5 +3,5 @@ import { apiRequestActions } from 'shared/components/helpers/api'; export default { getMySQLActions(body) { return apiRequestActions.post(':startServiceAction', body); - } + }, };