param {string} id - The ID of the topic to find. returns {object|undefined} - The found topic object, or undefined if not found.
|
* @todo Throw error when not found? |
|
* @param {string} id - The ID of the topic to find. |
|
* @returns {object|undefined} - The found topic object, or undefined if not |
|
* found. |
|
*/ |
|
findTopic(id) { |
This issue was generated by todo-issue based on a @todo comment in c9f3770. It's been assigned to @bubonicfred because they committed the code.
param {string} id - The ID of the topic to find. returns {object|undefined} - The found topic object, or undefined if not found.
4minitz/imports/minutes.js
Lines 267 to 272 in c9f3770
This issue was generated by todo-issue based on a
@todocomment in c9f3770. It's been assigned to @bubonicfred because they committed the code.