Skip to content

Commit e9f51a6

Browse files
authored
Fix comment grammar
1 parent 5815c03 commit e9f51a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const defaultFields = ['_id', 'username', 'group']
1111
// Filter a user object based on the requested fields
1212
const filterFields = async function(req, user) {
1313
// We assume the fields are a comma-separated list of field
14-
// names, if none is specified then we return all fields.
14+
// names. If none are specified, we return all fields.
1515
const fieldKeys = req.query.fields
1616
? req.query.fields.split(',')
1717
: defaultFields

0 commit comments

Comments
 (0)