wip
This commit is contained in:
@@ -6,7 +6,7 @@ import deleteFollowing from '../../../../services/following/delete';
|
||||
/**
|
||||
* Unfollow a user
|
||||
*/
|
||||
module.exports = (params: any, user: ILocalUser) => new Promise(async (res, rej) => {
|
||||
export default (params: any, user: ILocalUser) => new Promise(async (res, rej) => {
|
||||
const follower = user;
|
||||
|
||||
// Get 'userId' parameter
|
||||
|
Reference in New Issue
Block a user