Skip to content

Commit

Permalink
Fix syuilo#4519
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo authored and mei23 committed Jun 22, 2019
1 parent 1eac862 commit 087427f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/following/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default async function(follower: IUser, followee: IUser, silent = false)
return;
}

Following.remove({
await Following.remove({
_id: following._id
});

Expand Down

0 comments on commit 087427f

Please sign in to comment.