Fix #1437 and some clean ups
This commit is contained in:
parent
16b070b926
commit
4ec94696fe
2 changed files with 5 additions and 19 deletions
|
|
@ -8,10 +8,6 @@ import create from '../../../../services/following/create';
|
|||
|
||||
/**
|
||||
* Follow a user
|
||||
*
|
||||
* @param {any} params
|
||||
* @param {any} user
|
||||
* @return {Promise<any>}
|
||||
*/
|
||||
module.exports = (params, user) => new Promise(async (res, rej) => {
|
||||
const follower = user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue