Skip to content

Commit

Permalink
Uncomment accidentally commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlatta committed May 21, 2024
1 parent 6472ddc commit a6b58c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const loopsSessionCookie = process.env.LOOPS_SESSION_COOKIE

const loopsCsvExportPath = 'tmp/loops_export.csv'

// await downloadAudienceExport(loopsSessionCookie, loopsCsvExportPath)
await downloadAudienceExport(loopsSessionCookie, loopsCsvExportPath)

// process only the people who have lastEngagementAt in the past 365 days
const onlyLastYear = true
Expand Down

0 comments on commit a6b58c3

Please sign in to comment.