Skip to content

Commit

Permalink
Lint: remove unusued BedrockError from http.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Feb 1, 2024
1 parent 7b8d36c commit ddb04e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import cors from 'cors';
import {logger} from './logger.js';
import {createValidateMiddleware as validate} from '@bedrock/validation';

const {util: {BedrockError}} = bedrock;

// FIXME: remove and apply at top-level application
bedrock.events.on('bedrock-express.configure.bodyParser', app => {
app.use(bodyParser.json({
Expand Down

0 comments on commit ddb04e8

Please sign in to comment.