-
Notifications
You must be signed in to change notification settings - Fork 71
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
🛠 Issue: Add docstring with description, params, and return
📌 Description
Add docstring with description, params, and return on every function on : src\public\public.controller.ts
Use the next template:
/*
- Brief description: explains what the function does.
- @param {Type} param1 - Explanation of the first parameter (If needed).
- @param {Type} param2 - Explanation of the second parameter (If needed).
- @returns {Promise} What the function returns, with description of the resolved value or rejection reason.
- @throws {Error} (Optional) Description of possible thrown errors.
*/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers