mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
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:
parent
eb52cb06bb
commit
52bcf6086a
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user