Skip to content

Commit

Permalink
no longer setting paramsConfig to default value - addresses issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffschwartz committed Jan 5, 2019
1 parent 352c92c commit 255c209
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 @@ -2,7 +2,7 @@ const configFactory = require("./lib/config");
const manifestFactory = require("./lib/manifest");
const expandOds = require("./lib/ods");

const processBuster = async (paramsConfig = {}) => {
const processBuster = async (paramsConfig) => {
const config = await configFactory(paramsConfig);
const expandedOds = await expandOds(config.directives, config.options.ignore);

Expand Down

0 comments on commit 255c209

Please sign in to comment.