mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed minor comment typo in boot
- nothign to see here!
This commit is contained in:
parent
c77984e6ab
commit
9475c9404c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue