mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
4839b58ff0
commit
3523aa90a1
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ var SettingSerializer = ApplicationSerializer.extend({
|
||||||
payload[setting.key] = setting.value;
|
payload[setting.key] = setting.value;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
payload = this.normalize(type, payload);
|
||||||
|
|
||||||
return [payload];
|
return [payload];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue