mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added extra JSDocs
no issue
This commit is contained in:
parent
ccb485110b
commit
fbf9442e39
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue