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