Skip to content

Typo and missing fields #79

@shweta-sakshi

Description

@shweta-sakshi

Typo:

  1. instead of 'cfid' it should be 'message'.

Image

  1. 'ErrorHandler' instead of 'Errorhandler'
    Image

At various places, the loose equality (==) operator is used instead of the strict equality (===) operator.
It's recommended to use === and !== to ensure type-safe comparisons.

Missing value :

    • The categoryID field is missing in the video creation logic. (in admin controller.)
    • According to the schema, the categoryID is a required field, but it's not being passed when creating a new video.
    • Result in an error when trying to save a video.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions