fix nuget targets
This commit is contained in:
parent
6b72ea474c
commit
8397d91863
2 changed files with 5 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue