Skip to content

Commit

Permalink
Fixed bug in deserialization of an Avail config file root
Browse files Browse the repository at this point in the history
  • Loading branch information
richATavail committed Sep 9, 2022
1 parent 1787d36 commit 4d8c775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class AvailProjectRoot constructor(
obj.getString(AvailProjectRoot::rootCopyright.name)
}
else "",
if (obj.containsKey(AvailProjectRoot::rootCopyright.name))
if (obj.containsKey(AvailProjectRoot::visible.name))
{
obj.getBoolean(AvailProjectRoot::visible.name)
}
Expand Down

0 comments on commit 4d8c775

Please sign in to comment.