Comments where user settings needs to be removed

This commit is contained in:
advplyr 2022-12-17 14:52:10 -06:00
parent 7852804a9c
commit 49a69193d8
3 changed files with 8 additions and 5 deletions

View file

@ -167,6 +167,7 @@ class MeController {
this.auth.userChangePassword(req, res)
}
// TODO: Remove after mobile release v0.9.61-beta
// PATCH: api/me/settings
async updateSettings(req, res) {
var settingsUpdate = req.body