Skip to content

Commit 0a1407c

Browse files
committed
remove final embedded field selectors
1 parent 64642ad commit 0a1407c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/src/code_intel_upload_vendored.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ func makeUploadURL(opts uploadRequestOptions) (*url.URL, error) {
479479
if opts.IndexerVersion != "" {
480480
qs.Add("indexerVersion", opts.IndexerVersion)
481481
}
482-
if opts.UploadRecordOptions.AssociatedIndexID != nil {
483-
qs.Add("associatedIndexId", formatInt(*opts.UploadRecordOptions.AssociatedIndexID))
482+
if opts.AssociatedIndexID != nil {
483+
qs.Add("associatedIndexId", formatInt(*opts.AssociatedIndexID))
484484
}
485485
if opts.MultiPart {
486486
qs.Add("multiPart", "true")

0 commit comments

Comments
 (0)