Format
This commit is contained in:
@@ -9,7 +9,7 @@ import Blocking from '../../../models/blocking';
|
||||
|
||||
export default async function(follower: IUser, followee: IUser, requestId?: string) {
|
||||
// check blocking
|
||||
const [ blocking, blocked ] = await Promise.all([
|
||||
const [blocking, blocked] = await Promise.all([
|
||||
Blocking.findOne({
|
||||
blockerId: follower._id,
|
||||
blockeeId: followee._id,
|
||||
|
||||
Reference in New Issue
Block a user