Skip to content

Commit

Permalink
Fix yarn lint
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 13, 2023
1 parent d869839 commit b8075d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export const INDEX_PERMISSIONS: string[] = [
'indices:monitor/shard_stores',
'indices:monitor/stats',
'indices:monitor/upgrade',
'system:admin/system_index'
'system:admin/system_index',
];

export function includeIndexPermissions(indexPermissionsToInclude: string[]) {
Expand Down

0 comments on commit b8075d4

Please sign in to comment.