Correct eslint fails
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { acceptance } from "helpers/qunit-helpers";
|
||||
acceptance("Chat Integration", {
|
||||
acceptance("Chat Integration", {
|
||||
loggedIn: true,
|
||||
|
||||
beforeEach() {
|
||||
@@ -23,7 +23,7 @@ acceptance("Chat Integration", {
|
||||
});
|
||||
server.put('/admin/plugins/chat/channels/:id', () => { // eslint-disable-line no-undef
|
||||
return response({ });
|
||||
});
|
||||
});
|
||||
server.delete('/admin/plugins/chat/channels/:id', () => { // eslint-disable-line no-undef
|
||||
return response({ });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user