Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jun 15, 2019
1 parent 6b9f58b commit a2acace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/ra-data-graphcool/src/buildVariables.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable default-case */
import {
GET_LIST,
GET_ONE,
Expand Down Expand Up @@ -169,7 +170,5 @@ export default introspectionResults => (
return {
id: params.id,
};
default:
console.log('Unknown fetch verb');
}
};
3 changes: 1 addition & 2 deletions packages/ra-data-graphql-simple/src/buildVariables.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable default-case */
import {
GET_LIST,
GET_ONE,
Expand Down Expand Up @@ -274,7 +275,5 @@ export default introspectionResults => (
return {
id: preparedParams.id,
};
default:
console.log('Unknown fetch verb');
}
};

0 comments on commit a2acace

Please sign in to comment.