Skip to content

Commit

Permalink
Merge pull request #359 from Telecominfraproject/WIFI-431-fix-update-…
Browse files Browse the repository at this point in the history
…internal-schema-validation

fix: modified code to use final as default for fingerprint mode
  • Loading branch information
GopiRaga7 authored Jun 6, 2024
2 parents d00d409 + 3b613ea commit 1d88bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/ConfigurationValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3769,7 +3769,7 @@ static std::string DefaultAPSchema = R"foo(
"final",
"raw-data"
],
"default": "always"
"default": "final"
},
"minimum-age": {
"description": "The minimum age a fingerprint must have before it is reported.",
Expand Down

0 comments on commit 1d88bb5

Please sign in to comment.