0
Fork 0
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:
Hannah Wolfe 2023-01-31 09:05:39 +00:00
parent c77984e6ab
commit 9475c9404c
No known key found for this signature in database
GPG key ID: AB586C3B5AE5C037

View file

@ -165,7 +165,7 @@ async function initServicesForFrontend({bootLogger}) {
debug('End: Link Redirects'); debug('End: Link Redirects');
debug('Begin: Themes'); 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'); const customThemeSettingsService = require('./server/services/custom-theme-settings');
customThemeSettingsService.init(); customThemeSettingsService.init();