mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(core): remove empty optional adapter method
This commit is contained in:
@@ -96,9 +96,6 @@ export abstract class AbstractHttpAdapter<
|
||||
return this.instance as T;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
public useBodyParser(..._args: any[]) {}
|
||||
|
||||
abstract close();
|
||||
abstract initHttpServer(options: NestApplicationOptions);
|
||||
abstract useStaticAssets(...args: any[]);
|
||||
|
||||
Reference in New Issue
Block a user