mirror of
https://github.com/weaveworks/scope.git
synced 2026-04-21 18:08:15 +00:00
Fix for .fail undefined on doRequest
This commit is contained in:
@@ -147,7 +147,7 @@ function doRequest(opts) {
|
||||
config.headers = Object.assign({}, config.headers, { 'X-CSRF-Token': csrfToken });
|
||||
}
|
||||
|
||||
reqwest(config);
|
||||
return reqwest(config);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user