Skip to content

Commit

Permalink
Fixes2 (#15316)
Browse files Browse the repository at this point in the history
Makes a fix to azcore in track2-tables branch
  • Loading branch information
seankane-msft committed Aug 18, 2021
1 parent ecb0e72 commit b1fe68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/azcore/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func JoinPaths(root string, paths ...string) string {
if qps != "" {
if !strings.HasSuffix(root, "/") {
root += "/"
}
}
return root + "?" + qps
}
return root
Expand Down

0 comments on commit b1fe68c

Please sign in to comment.