mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 11:48:08 +08:00
fix linting removed by prettier
This commit is contained in:
@ -6,8 +6,8 @@ acceptance("Topic Notifications button", {
|
||||
return [200, { "Content-Type": "application/json" }, object];
|
||||
};
|
||||
|
||||
server.post("/t/280/notifications", () => {
|
||||
// eslint-disable-line no-undef
|
||||
// prettier-ignore
|
||||
server.post("/t/280/notifications", () => { // eslint-disable-line no-undef
|
||||
return response({});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user