Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Mar 20, 2024
1 parent c69ee28 commit 7b90651
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/console/src/features/certificates/configs/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ import { CertificatesResourceEndpointsInterface } from "../models";
/**
* Get the resource endpoints for the certificates feature.
*
* @param {string} serverHost - Server Host.
* @return {CertificatesResourceEndpointsInterface}
* @param serverHost - Server Host.
*/
export const getCertificatesResourceEndpoints = (serverHost: string): CertificatesResourceEndpointsInterface => {
return {
Expand Down

0 comments on commit 7b90651

Please sign in to comment.