Skip to content

Commit

Permalink
fix: missing express types for Request, Response (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain authored Nov 26, 2021
1 parent c3ec8a4 commit ee67131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/express/src/authentication.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createDebug } from '@feathersjs/commons';
import { merge, flatten } from 'lodash';
import { NextFunction, RequestHandler } from 'express';
import { NextFunction, RequestHandler, Request, Response } from 'express';

const debug = createDebug('@feathersjs/express/authentication');

Expand Down

0 comments on commit ee67131

Please # to comment.