-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Typo:
- instead of 'cfid' it should be 'message'.
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.
Metadata
Metadata
Assignees
Labels
No labels


