Skip to content

Commit

Permalink
trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Aug 17, 2022
1 parent 8ca4a83 commit 8c39be9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export function registerV1HealthRoute(server: MonitoringCore) {
getNewIndexPatterns({ config, moduleType: 'kibana' }),
getNewIndexPatterns({ config, moduleType: 'logstash' }),
getLegacyIndexPattern({ config, moduleType: 'beats' }),
,
].join(',');
const entSearchIndex = getLegacyIndexPattern({ config, moduleType: 'enterprisesearch' });

Expand Down

0 comments on commit 8c39be9

Please sign in to comment.