Skip to content

Commit 8514969

Browse files
committed
organisation
1 parent cb08f24 commit 8514969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ router.get('/id/:id', auth,async (req, res) => {
165165

166166
debugRoute("GET /api/users/user/:id - 200 - User found");
167167

168-
user = _.pick(user, ['id', 'username', 'num_credits', 'organization', 'region', 'join_date', 'banned']);
168+
user = _.pick(user, ['id', 'username', 'num_credits', 'organisation', 'region', 'join_date', 'banned']);
169169
res.send(user);
170170
});
171171

0 commit comments

Comments
 (0)