mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
parent
83ccdaa11b
commit
e20fdfebe8
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ var SettingSerializer = ApplicationSerializer.extend({
|
|||
payload[setting.key] = setting.value;
|
||||
});
|
||||
|
||||
payload = this.normalize(type, payload);
|
||||
|
||||
return [payload];
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue