Skip to content

Commit

Permalink
refactor: Remove unused 'client-id' header from IncomingHttpHeaders
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 10, 2024
1 parent 166f308 commit 43617d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/api-server/src/type.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import type { NanotronApiConnection } from './api-connection.js';
import type { Json, MaybePromise } from '@alwatr/type-helper';

declare module 'http' {
interface IncomingHttpHeaders {
/**
* Alwatr Client UUID
*/
'client-id'?: string;

'x-forwarded-for'?: string;
}
}
Expand Down

0 comments on commit 43617d8

Please # to comment.