Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed May 10, 2024
1 parent 4b1a67f commit 55e50a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gcp/cloudsql/types.ts
Expand Up @@ -56,8 +56,8 @@ export interface DatabaseFlag {

interface InsightsConfig {
queryInsightsEnabled: boolean;
queryPlansPerMinute: number;
queryStringLength: number;
queryPlansPerMinute: number;
queryStringLength: number;
}

// TODO: Consider splitting off return only fields and input fields into different types.
Expand Down

0 comments on commit 55e50a3

Please sign in to comment.