Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviad Hahami committed Apr 26, 2020
1 parent 1e0f0d2 commit c728ada
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ function analytics(data) {
}

analytics.add('integrationName', process.env.SNYK_INTEGRATION_NAME || '');
analytics.add('integrationVersion', process.env.SNYK_INTEGRATION_VERSION || '');
analytics.add(
'integrationVersion',
process.env.SNYK_INTEGRATION_VERSION || '',
);

// merge any new data with data we picked up along the way
if (Array.isArray(data.args)) {
Expand Down

0 comments on commit c728ada

Please sign in to comment.