mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-04 04:42: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", () => {
|
server.get("/t/11.json", () => {
|
||||||
// eslint-disable-line no-undef
|
|
||||||
return response(
|
return response(
|
||||||
postStreamWithAcceptedAnswerExcerpt("this is an excerpt")
|
postStreamWithAcceptedAnswerExcerpt("this is an excerpt")
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// eslint-disable-next-line no-undef
|
||||||
server.get("/t/12.json", () => {
|
server.get("/t/12.json", () => {
|
||||||
// eslint-disable-line no-undef
|
|
||||||
return response(postStreamWithAcceptedAnswerExcerpt(null));
|
return response(postStreamWithAcceptedAnswerExcerpt(null));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user