Skip to content

Commit

Permalink
Remove unused variable 'messages'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikabytes committed Feb 4, 2024
1 parent 4108588 commit ae42f65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ const ENVIRONMENTS = {
};

function checkConfiguration(config: Object): Array<string> {
const messages = [];

const result = validate(config);

return result.messages;
Expand Down

0 comments on commit ae42f65

Please sign in to comment.