mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Added extra JSDocs
no issue
This commit is contained in:
parent
ccb485110b
commit
fbf9442e39
@ -32,6 +32,9 @@ class Urls {
|
||||
/**
|
||||
* @description Add a url to the system.
|
||||
* @param {Object} options
|
||||
* @param {import('./Resource')} options.resource - instance of the Resource class
|
||||
* @param {string} options.generatorId
|
||||
* @param {string} options.url
|
||||
*/
|
||||
add(options) {
|
||||
const url = options.url;
|
||||
|
Loading…
Reference in New Issue
Block a user