Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit d9ad32b

Browse files
committed
Make eslint happy
1 parent a95d502 commit d9ad32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/javascripts/acceptance/discourse-solved-test.js.es6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,15 @@ acceptance("Discourse Solved Plugin", {
217217
};
218218
};
219219

220+
// eslint-disable-next-line no-undef
220221
server.get("/t/11.json", () => {
221-
// eslint-disable-line no-undef
222222
return response(
223223
postStreamWithAcceptedAnswerExcerpt("this is an excerpt")
224224
);
225225
});
226226

227+
// eslint-disable-next-line no-undef
227228
server.get("/t/12.json", () => {
228-
// eslint-disable-line no-undef
229229
return response(postStreamWithAcceptedAnswerExcerpt(null));
230230
});
231231
}

0 commit comments

Comments
 (0)