Skip to content

Commit

Permalink
added linter fix
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy committed May 23, 2024
1 parent 6354c63 commit 7a2c7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import TranslateService from '../services/TranslateService';
import registerQueryRoute from './query';
import registerTranslateRoute from './translate';

export function defineRoutes (
export function defineRoutes(
router: IRouter,
client: ILegacyClusterClient | undefined,
openSearchServiceSetup: OpenSearchServiceSetup,
Expand Down

0 comments on commit 7a2c7a2

Please sign in to comment.