Skip to content

feat: Add more robust validators #8

@vijay-jaisankar

Description

@vijay-jaisankar

We can add more robust validators to the app, potentially incorporate it into a stored procedure.

For example, we should change this:

if (!Email || typeof Email !== 'string') {
		return res.json({ status: 'error', error: 'Invalid Email id' })
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions