mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixes the first run messages
no issue - Whilst testing the mail PR #3915 I noticed the first run messages aren't appearing because the dbHash is getting pre-populated, but there doesn't appear to be a reason why this is necessary
This commit is contained in:
parent
7ab340f777
commit
b890f31d98
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ function parseDefaultSettings() {
|
|||
setting.type = categoryName;
|
||||
setting.key = settingName;
|
||||
|
||||
// Special case for dbHash
|
||||
if (setting.key === 'dbHash' && setting.defaultValue === null) {
|
||||
setting.defaultValue = uuid.v4();
|
||||
}
|
||||
|
||||
defaultSettingsFlattened[settingName] = setting;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue