Skip to content

Commit 3cba1fd

Browse files
committed
fix: minor bug
1 parent 8bec326 commit 3cba1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/isagroup/services/parsing/AddOnParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private static void setAddOnFeatures(String addOnName, Map<String, Object> addOn
169169

170170
Feature addOnFeature = Feature.cloneFeature(globalFeaturesMap.get(addOnFeatureName));
171171

172-
Object value = addOnFeaturesMap.get("value");
172+
Object value = addOnFeatureMap.get("value");
173173
boolean isValueNull = (value == null);
174174

175175
if (isValueNull){

0 commit comments

Comments
 (0)