diff options
Diffstat (limited to 'src/api/routes/admin/userPromote.js')
| -rw-r--r-- | src/api/routes/admin/userPromote.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/admin/userPromote.js b/src/api/routes/admin/userPromote.js index 3e14cb7..4a5ed88 100644 --- a/src/api/routes/admin/userPromote.js +++ b/src/api/routes/admin/userPromote.js @@ -20,7 +20,7 @@ class userPromote extends Route { } return res.json({ - message: 'Successfully promoted user', + message: 'Successfully promoted user' }); } } |