fix: fix pipeline

This commit is contained in:
Abdalhamid Alhamad
2024-12-08 13:21:46 +03:00
parent 90ee8023e6
commit 7f7fef3f89

View File

@ -73,7 +73,7 @@ export class AuthController {
@Post('forget-password/reset')
@HttpCode(HttpStatus.NO_CONTENT)
async resetPassword(@Body() forgetPasswordDto: ForgetPasswordRequestDto) {
resetPassword(@Body() forgetPasswordDto: ForgetPasswordRequestDto) {
return this.authService.verifyForgetPasswordOtp(forgetPasswordDto);
}