mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
[Build] Remove unused variables
...to satisfy JSHint
This commit is contained in:
@ -73,7 +73,7 @@ define([
|
||||
})
|
||||
.then(function success(succesResponse) {
|
||||
return provider.parseResponse(succesResponse);
|
||||
}, function error(errorResponse) {
|
||||
}, function error() {
|
||||
// Gracefully fail.
|
||||
return {
|
||||
hits: [],
|
||||
|
Reference in New Issue
Block a user