Update campaign_results.min.js

Fixed small oversight
pull/2990/head
BlkPh0x 2023-10-11 11:34:58 +11:00 committed by GitHub
parent 2541c7190b
commit 7c492e474c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ function exportAsCleanCSV(scope) {
csvScope = campaign.timeline; csvScope = campaign.timeline;
break; break;
case "cleanresults": case "cleanresults":
csvScope = campaign.cleanResults; // Replace with your clean results data csvScope = campaign.results; // Replace with your clean results data
break; break;
} }