Skip to content

Commit

Permalink
revert unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Apr 9, 2020
1 parent 206fd14 commit 1e0105e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { fieldFormatMapFactory } from './lib/field_format_map';
import { createGenerateCsv } from './lib/generate_csv';

export const executeJobFactory: ExecuteJobFactory<ESQueueWorkerExecuteFn<
Promise<JobDocPayloadDiscoverCsv>
JobDocPayloadDiscoverCsv
>> = async function executeJobFactoryFn(reporting: ReportingCore, parentLogger: Logger) {
const config = reporting.getConfig();
const crypto = cryptoFactory(config.get('encryptionKey'));
Expand Down

0 comments on commit 1e0105e

Please sign in to comment.