Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamsinghal committed Jan 27, 2025
1 parent a2bb088 commit 7b49f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yb-voyager/cmd/assessMigrationCommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -1084,8 +1084,8 @@ func fetchUnsupportedObjectTypes() ([]UnsupportedFeature, error) {
assessmentReport.AppendIssues(AssessmentIssue{
Category: UNSUPPORTED_FEATURES_CATEGORY,
CategoryDescription: GetCategoryDescription(UNSUPPORTED_FEATURES_CATEGORY),
Type: UNSUPPORTED_INDEXES_FEATURE,
Name: UNSUPPORTED_INDEXES_ISSUE_TYPE,
Type: UNSUPPORTED_INDEXES_ISSUE_TYPE,
Name: UNSUPPORTED_INDEXES_FEATURE,
Description: "", // TODO
ObjectType: constants.INDEX,
// TODO: here it should be only ObjectName, to populate Index Type there should be a separate field
Expand Down

0 comments on commit 7b49f7d

Please sign in to comment.