Skip to content

Commit

Permalink
fix review suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Struts <[email protected]>
  • Loading branch information
vadimstruts committed Jan 5, 2025
1 parent c4d0394 commit 4ca545f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void WebcompatReportUploader::SubmitReport(mojom::ReportInfoPtr report_info) {

if (report_info->block_scripts) {
report_details_dict.Set(kBlockScriptsField,
report_info->block_scripts.value());
report_info->block_scripts.value() == kStringTrue);
}

report_details_dict.Set(kApiKeyField, base::Value(api_key));
Expand Down

0 comments on commit 4ca545f

Please sign in to comment.