Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Remove duplicated "getConfig" call.
Browse files Browse the repository at this point in the history
Both PRs merged for this release introduced a getConfig.
  • Loading branch information
michaelkaye committed Dec 21, 2018
1 parent 4ab98de commit dd70705
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/reporting.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const executeCommand = require('./execute-cmd.js');
const decryptFile = require('./decrypt-file.js');

const crypto = require('crypto');
const { getConfig } = require('./config.js');

const { getConfig } = require('./config.js');
const fileType = require('file-type');

Expand Down

0 comments on commit dd70705

Please sign in to comment.