mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-09 03:19:59 +00:00
rectify error in sending clientDialVer in application status query
This commit is contained in:
@@ -47,7 +47,7 @@ function getApplicationStatus(host, app, clientDialVer) {
|
||||
return new Q()
|
||||
.then(constructAppResourceUrl.bind(null, host, app))
|
||||
.then(function (appResourceUrl) {
|
||||
appResourceUrl += clientDialVer === "2.1" ? "?clientDialVer='2.1'" : "";
|
||||
appResourceUrl += clientDialVer === "2.1" ? "?clientDialVer=2.1" : "";
|
||||
return appResourceUrl;
|
||||
})
|
||||
.then(function (appResourceUrl) {
|
||||
|
||||
Reference in New Issue
Block a user