diff --git a/ghost/core/core/server/services/url/Urls.js b/ghost/core/core/server/services/url/Urls.js index 62a742cf4d..8b70a2a1fe 100644 --- a/ghost/core/core/server/services/url/Urls.js +++ b/ghost/core/core/server/services/url/Urls.js @@ -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;