Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit 71ffd4d

Browse files
committed
style: remove unneeded comment
1 parent 7f68ca6 commit 71ffd4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/model.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export default class IMDBAPIModel extends GraphQLModel {
9898
* @return {void}
9999
*/
100100
throwError(error, customErrorData = {}) {
101-
// TODO Edit these defaults to be helpful for people using your data source.
102101
const defaults = {
103102
statusCode: error.statusCode || 500,
104103
errorCode: `${this.constructor.name}_Error`,

0 commit comments

Comments
 (0)