mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-05-16 13:45:12 +00:00
Make eslint happy
This commit is contained in:
parent
a95d5024b1
commit
d9ad32b5fa
@ -217,15 +217,15 @@ acceptance("Discourse Solved Plugin", {
|
||||
};
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-undef
|
||||
server.get("/t/11.json", () => {
|
||||
// eslint-disable-line no-undef
|
||||
return response(
|
||||
postStreamWithAcceptedAnswerExcerpt("this is an excerpt")
|
||||
);
|
||||
});
|
||||
|
||||
// eslint-disable-next-line no-undef
|
||||
server.get("/t/12.json", () => {
|
||||
// eslint-disable-line no-undef
|
||||
return response(postStreamWithAcceptedAnswerExcerpt(null));
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user