Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Aug 22, 2023
1 parent a8c4e9c commit eec4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/server/routes/diagnostics/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const getDiagnosticsRoute = createApmServerRoute({
hasAllIndexPrivileges: boolean;
hasAllPrivileges: boolean;
};
apmIndices: ApmIndicesConfig;
apmIndices: APMIndices;
apmIndexTemplates: Array<{
name: string;
isNonStandard: boolean;
Expand Down

0 comments on commit eec4f34

Please sign in to comment.