0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed up JSDoc

no issue

- The method description was a complete tautology
This commit is contained in:
Naz 2021-11-05 16:25:54 +04:00
parent 22ac28b250
commit 12cad62a53

View file

@ -107,11 +107,9 @@ class BlogIcon {
}
/**
* Return path for Blog icon without [subdirectory]/content/image prefix
* Always returns {string} getIconPath
* @returns {string} physical storage path of icon
* @description Checks if we have a custom uploaded icon. If no custom uploaded icon
* exists, we're returning the default `favicon.ico`
* @returns {string} physical storage path of site icon without [subdirectory]/content/image prefix
*/
getIconPath() {
const blogIcon = this.settingsCache.get('icon');