Closed klahnakoski closed 3 years ago
This piece of code performs markup on the performance metadata
fission: Boolean(meta.extra_options) && meta.extra_options.includes('fission')
In theory we should be able to remove it and replace
{ eq: { fission: false } }
with
{eq: {extraOptions: "fission"}}
or
{"in": [{"literal":"fission"}, "extraOptions"]}
...which should be effectively the same
This piece of code performs markup on the performance metadata
In theory we should be able to remove it and replace
with
or
...which should be effectively the same