Skip to content

Instantly share code, notes, and snippets.

@GabrielCW
Created March 17, 2016 10:56
Show Gist options
  • Save GabrielCW/b3ada8c23b82f7998029 to your computer and use it in GitHub Desktop.
Save GabrielCW/b3ada8c23b82f7998029 to your computer and use it in GitHub Desktop.
normalizeQueryResponse (store, primaryModelClass, payload, id, requestType)
{
let newPayload = payload.contacts;
return this._super(store, primaryModelClass, newPayload, id, requestType);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment