@@ -1,7 +1,7 @@
|
||||
// https://github.dev/ever-co/ever-gauzy/packages/core/src/core/context/request-context.middleware.ts
|
||||
|
||||
import * as cls from 'cls-hooked'
|
||||
import { Injectable } from '@nestjs/common'
|
||||
import * as cls from 'cls-hooked'
|
||||
import { RequestContext } from '../contexts/request.context'
|
||||
import type { NestMiddleware } from '@nestjs/common'
|
||||
import type { IncomingMessage, ServerResponse } from 'node:http'
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
export interface SocketMetadata {}
|
||||
|
||||
declare module 'socket.io' {
|
||||
|
||||
Reference in New Issue
Block a user