Skip to content

Commit

Permalink
REMOVE: depricated isbot exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiahUy committed Feb 19, 2024
1 parent 32b1680 commit e19e835
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/routes/collect-auto.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const customHandler = function (request, reply, ingresses) {
let apiKey;
let usingNewSdk = false

isBot.extend(['CSS Validator:'])

if (request.body.events && request.body.events !== null) {
events = request.body.events
apiKey = request.body.api_key;
Expand Down
2 changes: 0 additions & 2 deletions src/routes/collect.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ const handler = function(request, reply) {
let apiKey;
let shortApiKey;
let usingNewSdk = false

isBot.extend(['CSS Validator:'])

if(request.body.events && request.body.events !== null) {
inputEvents = request.body.events
Expand Down

0 comments on commit e19e835

Please sign in to comment.