Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Nov 21, 2019
1 parent 0dece79 commit bb04e39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { validateUrls } from '../../../../common/validate_urls';
import { cryptoFactory } from '../../../../server/lib/crypto';
import { JobParamsPNG, ESQueueCreateJobFnPNG } from '../../types';

export function createJobFn(server: ServerFacade): ESQueueCreateJobFnPNG {
export function createJobFactory(server: ServerFacade): ESQueueCreateJobFnPNG {
const crypto = cryptoFactory(server);

return async function createJob(
Expand Down

0 comments on commit bb04e39

Please sign in to comment.