fix nuget targets

This commit is contained in:
Luke Pulverenti 2014-10-29 19:03:58 -04:00
parent 6b72ea474c
commit 8397d91863
2 changed files with 5 additions and 5 deletions

View file

@ -537,7 +537,7 @@
// Find the first server with a saved access token
var currentServer = servers.filter(function (s) {
return s.AccessToken || (s.ExchangeToken && self.connectUser());
return s.AccessToken;
})[0];
if (currentServer) {