Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Jul 5, 2018
1 parent d675171 commit d95e419
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,14 +437,6 @@ function expandReferences(state, attrs) {
})(attrs);
}

function commonExpandReferences(obj) {
return state => {
return mapValues(function(value) {
return typeof value == 'function' ? value(state) : value;
})(obj);
}
}

export { lookup, relationship } from './sourceHelpers';

export {
Expand Down

0 comments on commit d95e419

Please sign in to comment.