Skip to content

Commit

Permalink
[service] fix type conflict with @node-saml/passport-saml request use…
Browse files Browse the repository at this point in the history
…r property
  • Loading branch information
restjohn committed Oct 10, 2023
1 parent b82e70f commit a42e6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/@types/express/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { UserDocument } from '../../models/user'

declare module 'express-serve-static-core' {
export interface Request {
user: UserDocument
user: UserDocument & any
provisionedDeviceId: string
/**
* Return the root HTTP URL of the server, including the scheme, e.g.,
Expand Down

0 comments on commit a42e6a0

Please sign in to comment.