mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
Fixed minor comment typo in boot
- nothign to see here!
This commit is contained in:
parent
c77984e6ab
commit
9475c9404c
@ -165,7 +165,7 @@ async function initServicesForFrontend({bootLogger}) {
|
||||
debug('End: Link Redirects');
|
||||
|
||||
debug('Begin: Themes');
|
||||
// customThemSettingsService.api must be initialized before any theme activation occurs
|
||||
// customThemeSettingsService.api must be initialized before any theme activation occurs
|
||||
const customThemeSettingsService = require('./server/services/custom-theme-settings');
|
||||
customThemeSettingsService.init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user