Skip to content
Snippets Groups Projects
Unverified Commit 2acf3ec4 authored by Diego Sampaio's avatar Diego Sampaio
Browse files

Fix avatar upload via users.setAvatar REST endpoint

parent 61a7c630
No related merge requests found
......@@ -219,8 +219,8 @@ RocketChat.API.v1.addRoute('users.setAvatar', { authRequired: true }, {
callback();
}));
this.request.pipe(busboy);
}));
this.request.pipe(busboy);
})();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment