mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed JSDoc apiType in the frame pipeline
no issue - The apiType parameter is optional and was causing type checking to fail in many palces
This commit is contained in:
parent
9bc5a279ca
commit
59a60d77b9
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ const STAGES = {
|
|||
*
|
||||
* @param {Function} apiController
|
||||
* @param {Object} apiUtils - Local utils (validation & serialisation) from target API version
|
||||
* @param {String} apiType - Content or Admin API access
|
||||
* @param {String} [apiType] - Content or Admin API access
|
||||
* @return {Function}
|
||||
*/
|
||||
const pipeline = (apiController, apiUtils, apiType) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue