Skip to content

Commit

Permalink
Merge pull request #2535 from actiontech/fix_audit_plan
Browse files Browse the repository at this point in the history
fix: audit plan get oracle instance type fix
  • Loading branch information
LordofAvernus authored Aug 12, 2024
2 parents c169b72 + 5a5a721 commit 6b59e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqle/server/auditplan/task_type_oracle_topsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewOracleTopSQLTaskV2Fn() func() interface{} {
}

func (at *OracleTopSQLTaskV2) InstanceType() string {
return TypeOracleTopSQL
return InstanceTypeOracle
}

func (at *OracleTopSQLTaskV2) Params(instanceId ...string) params.Params {
Expand Down

0 comments on commit 6b59e8a

Please sign in to comment.