Skip to content

Commit

Permalink
deactivate endava
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalaurentiu committed Jul 3, 2023
1 parent 5b515e9 commit a987152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let axios = require('axios');

let files = fs.readdirSync(__dirname + "/sites");

let exclude = [];
let exclude = ["endava.js"];

files.forEach((file) => {
if (!exclude.includes(file)) {
Expand Down

0 comments on commit a987152

Please sign in to comment.