param {...any} args - The arguments to be passed to the findOne method. returns {Object|null} - The found document, or null if no document matches the criteria.
|
* @todo Refactor into utility? |
|
* @param {...any} args - The arguments to be passed to the findOne method. |
|
* @returns {Object|null} - The found document, or null if no document matches |
|
* the criteria. |
|
*/ |
|
static findOne(...args) { |
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 {...any} args - The arguments to be passed to the findOne method. returns {Object|null} - The found document, or null if no document matches the criteria.
4minitz/imports/minutes.js
Lines 58 to 63 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.