Skip to content

Commit

Permalink
fix: mistake in nfcode swagger annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Feb 2, 2025
1 parent 89f3fb8 commit 4362fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/user-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ export default class UserController extends BaseController {
* @operationId findUserNfc
* @tags users - Operations of the user controller
* @security JWT
* @param {integer} nfcCode.path.required - The nfc code of the user
* @param {string} nfcCode.path.required - The nfc code of the user
* @return {UserResponse} 200 - The requested user
* @return {string} 404 - The user with the given nfc code does not exist
*/
Expand Down

0 comments on commit 4362fec

Please sign in to comment.