Skip to content

Commit

Permalink
PMM-12710 fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSartanpara1 committed May 13, 2024
1 parent 46f7954 commit f94a83f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { apiRequestActions } from 'shared/components/helpers/api';
export default {
getMySQLActions(body) {
return apiRequestActions.post<any, any>(':startServiceAction', body);
}
},
};

0 comments on commit f94a83f

Please sign in to comment.