chore: lint

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-08-14 23:56:28 +08:00
parent 831d87c965
commit f187fc48fb
2 changed files with 1 additions and 2 deletions

View File

@@ -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'

View File

@@ -1,4 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface SocketMetadata {}
declare module 'socket.io' {