Commit b979f529 authored by Sarah GP's avatar Sarah GP

Remove merge artifacts

parent fc9c9e09
<<<<<<< HEAD
import { REST, GRAPHQL } from './constants';
export const accessors = {
[REST]: {
groupId: 'id',
},
[GRAPHQL]: {
groupId: 'name',
},
};
=======
import { get } from 'lodash'; import { get } from 'lodash';
import { REST, GRAPHQL } from './constants'; import { REST, GRAPHQL } from './constants';
...@@ -35,4 +23,3 @@ const accessValue = (dataMethod, prop, item) => { ...@@ -35,4 +23,3 @@ const accessValue = (dataMethod, prop, item) => {
}; };
export { accessors, accessValue }; export { accessors, accessValue };
>>>>>>> 5a4bf1b75d7 (Changes for accessors)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment