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:
parent
22ac28b250
commit
12cad62a53
1 changed files with 1 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue