Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Aug 21, 2024
1 parent 5d95d6e commit fd5d662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridge-history-api/internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ func setField(field reflect.Value, value string) error {
return fmt.Errorf("unsupported type: %v", field.Kind())
}
return nil
}
}
2 changes: 1 addition & 1 deletion coordinator/internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ func setField(field reflect.Value, value string) error {
}
return nil

}
}

0 comments on commit fd5d662

Please sign in to comment.