Skip to content

Commit

Permalink
mark install as public
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Nov 2, 2019
1 parent ba69db6 commit 40db3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class OpenApiValidator {
});
}

install(app: Application): void {
public install(app: Application): void {
this.app = app;
this.installPathParams();
this.installMetadataMiddleware();
Expand Down

0 comments on commit 40db3d0

Please sign in to comment.