Skip to content

Commit

Permalink
Missing param parse
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano authored Mar 9, 2022
1 parent 914bb86 commit f0b4236
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 @@ -28,7 +28,7 @@ async function main() {
// throttle configuration
if (config.throttleConfig) {
console.log('Using the throttle config:', config.throttleConfig);
await throttle.start(config.throttleConfig);
await throttle.start(JSON.parse(config.throttleConfig));
}

// starts the sessions
Expand Down

0 comments on commit f0b4236

Please sign in to comment.