• Phil Hughes's avatar
    Made diff & note data consistent · 234563ba
    Phil Hughes authored
    This caused many pain points when working with it.
    Part of the data was camel cased the other snake case.
    Other parts where snake case & then getting converted in components,
    this conversion has the potential for leaking memory.
    
    This changes that & makes it consistent with what it returned from the
    API, snake case.
    234563ba
mutations_spec.js 11.4 KB