Shambhu Nath

Results 2 issues of Shambhu Nath

const email = input.email?.trim(); const username = input.username?.trim(); const password = input.password?.trim(); const { image, bio, demo } = input; if (!email) { throw new HttpException(422, { errors: { email:...