cleaning some tests
This commit is contained in:
parent
8684d0d148
commit
d80e95c1eb
5 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ export default BaseAuthenticator.extend({
|
|||
return RSVP.resolve(data);
|
||||
},
|
||||
|
||||
invalidate: function(data) {
|
||||
invalidate: function(/* data */) {
|
||||
return RSVP.resolve();
|
||||
},
|
||||
});
|
||||
|
|
Reference in a new issue