Skip to content

Commit

Permalink
Fix Doc Issues (#135)
Browse files Browse the repository at this point in the history
* Fixed shop devdocs docgen

---------

Co-authored-by: Nikhita Punati <nikhitapunati@gmail.com>
  • Loading branch information
AydanPirani and npunati27 authored Dec 16, 2023
1 parent 0d5f366 commit d2663d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/shop/shop-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const shopRouter: Router = Router();
* }]
* }
*
* @apiUse weakJwtVerification
* @apiUse weakVerifyErrors
* */
shopRouter.get("/", weakJwtVerification, async (_1: Request, res: Response, _2: NextFunction) => {
const data = [
Expand Down

0 comments on commit d2663d3

Please sign in to comment.