mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Make eslint happy.
This commit is contained in:
parent
3eae668e64
commit
299800f524
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue