Skip to content

Commit da3c3e3

Browse files
committed
Remove unused
1 parent a45067f commit da3c3e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/atlas/performanceAdvisorUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import type { components } from "./openapi.js";
55

66
export type SuggestedIndex = components["schemas"]["PerformanceAdvisorIndex"];
77
export type DropIndexSuggestion = components["schemas"]["DropIndexSuggestionsIndex"];
8-
export type SlowQueryLogMetrics = components["schemas"]["PerformanceAdvisorSlowQueryMetrics"];
98
export type SlowQueryLog = components["schemas"]["PerformanceAdvisorSlowQuery"];
109

1110
export const DEFAULT_SLOW_QUERY_LOGS_LIMIT = 50;

0 commit comments

Comments
 (0)