Skip to content

Commit

Permalink
[core] Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Nov 25, 2023
1 parent 84784fa commit 4a80753
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/swagger.module.core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { VERSION } from '../version';

export class SwaggerModuleCore {
configure(app: INestApplication, webhooks: any[]) {
this.setUpAuth(app);
const builder = new DocumentBuilder();

builder
Expand Down Expand Up @@ -130,8 +129,4 @@ export class SwaggerModuleCore {
document.webhooks = webhooks;
return document;
}

protected setUpAuth(app: INestApplication): void {
return;
}
}

0 comments on commit 4a80753

Please sign in to comment.