Skip to content

Commit

Permalink
Remove superfluous resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Waters committed Oct 22, 2020
1 parent b45dc51 commit fb54625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ const generateOperationFiles = config => new Promise((resolve, reject) => {
Promise.all(
_.map(files, (operation, operation_name) => generateOperationFile(config, operation, operation_name))
).then(resolve).catch(reject);
resolve();
});
});

Expand Down

0 comments on commit fb54625

Please sign in to comment.