Fixed unknown type for manual type
This commit is contained in:
parent
980b01e8d8
commit
9ad923c314
@ -370,7 +370,7 @@ public class RedactionLogMergeService {
|
|||||||
if (foundType.isPresent()){
|
if (foundType.isPresent()){
|
||||||
return convertColor(foundType.get().getHexColor());
|
return convertColor(foundType.get().getHexColor());
|
||||||
}
|
}
|
||||||
throw new RuntimeException("Unkonwn type");
|
return convertColor("#9398a0");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -379,7 +379,7 @@ public class RedactionLogMergeService {
|
|||||||
if (foundType.isPresent()){
|
if (foundType.isPresent()){
|
||||||
return foundType.get().isHint();
|
return foundType.get().isHint();
|
||||||
}
|
}
|
||||||
throw new RuntimeException("Unkonwn type");
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user