fix unflag
This commit is contained in:
parent
a8c5515c11
commit
148deb85ba
@ -214,6 +214,7 @@ public class FlagManager {
|
||||
public void unflag(Long target, Types targetType) {
|
||||
deleteByTarget(target, targetType);
|
||||
checkFlagStatus(target, targetType);
|
||||
deleteByTarget(target, targetType);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user