Skip to content

Commit

Permalink
Added: Feature For load OpenAPIValidator Cache on app boot
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyvishal committed Jun 18, 2024
1 parent 282c724 commit 3fff448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewares/schemaValidator.middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class OpenApiValidatorMiddleware {
count: 0,
requestHandler: requestHandler
};
await initializeOpenApiValidatorCache(requestHandler, file);
// await initializeOpenApiValidatorCache(requestHandler, file);
}
}
} catch (err) {
Expand Down

0 comments on commit 3fff448

Please sign in to comment.