mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
Make eslint happy.
This commit is contained in:
parent
3eae668e64
commit
299800f524
|
@ -10,7 +10,7 @@ module("lib:user-search", {
|
|||
];
|
||||
};
|
||||
|
||||
server.get('/users/search/users', () => {
|
||||
server.get('/users/search/users', () => { //eslint-disable-line
|
||||
return response(
|
||||
{
|
||||
users: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user