Fixed malformatted JSDoc {Object} parameters

no issue

- Removed † symbol from the source code
- Not sure how this symbol got into the source code but it definitely should not be here
This commit is contained in:
Naz 2020-11-30 17:18:13 +13:00
parent eb52cb06bb
commit 52bcf6086a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ const routeMatch = require('path-match')();
* @description Query API for a single entry/resource.
* @param {String} postUrl
* @param {Object} routerOptions
* @param {Objec} locals
* @param {Object} locals
* @returns {*}
*/
function entryLookup(postUrl, routerOptions, locals) {

View File

@ -14,7 +14,7 @@ const request = require('../../lib/request');
*
* "node-cron" did not perform well enough and we really just needed a simple time management.
* @param {Objec} options
* @param {Object} options
* @constructor
*/
function SchedulingDefault(options) {