Fix Config Type for unblock
This commit is contained in:
parent
dcd965eb63
commit
c7c0d00dd6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import lombok.Getter;
|
|||
public enum ConfigType {
|
||||
|
||||
BLOCK("block"),
|
||||
UNBLOCK("block"),
|
||||
UNBLOCK("unblock"),
|
||||
REMOVE_FROM_SYSTEM("removeFromSystem"),
|
||||
REMOVE_FROM_CALL_LIST("removeFromCallList"),
|
||||
DOWNLOAD_CSV("downloadCSV"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue