Ensure we deal with booleans

This commit is contained in:
Johannes Zellner
2015-10-13 12:29:40 +02:00
parent c3a3b6412f
commit c3bf672c2a

View File

@@ -95,6 +95,8 @@ function postProcess(result) {
for (var i = 0; i < environmentVariables.length; i++) {
result.portBindings[environmentVariables[i]] = parseInt(hostPorts[i], 10);
}
result.oauthProxy = !!result.oauthProxy;
}
function get(id, callback) {