0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Finished gifsCard labs flag removal

refs 5aa08acd33

- removed the flag check in public config output
- fixes failing tests
This commit is contained in:
Kevin Ansfield 2021-12-01 12:29:40 +00:00
parent 3150c87935
commit f91fc2add5

View file

@ -18,13 +18,10 @@ module.exports = {
'stripeDirect',
'mailgunIsConfigured',
'emailAnalytics',
'hostSettings'
'hostSettings',
'tenor'
];
if (labs.isSet('gifsCard')) {
keys.push('tenor');
}
frame.response = {
config: _.pick(data, keys)
};