Skip to content
Snippets Groups Projects
Unverified Commit 89f16668 authored by syuilo's avatar syuilo
Browse files

Fix #4519

parent 8409b59d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ export default async function(follower: User, followee: User, silent = false) {
return;
}
Followings.delete(following.id);
await Followings.delete(following.id);
//#region Decrement following count
Users.decrement({ id: follower.id }, 'followingCount', 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment