Skip to content

Commit

Permalink
Use correct class name for ErrorObject
Browse files Browse the repository at this point in the history
It appears the ErrorObject based on the Request object, but not renamed.
  • Loading branch information
p3drosola authored Apr 4, 2017
1 parent 9b6ce96 commit 9dd5c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ErrorObject.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow
import type { Label } from './types'

export default class Request {
export default class ErrorObject {
label: Label;
body: {};

Expand Down

0 comments on commit 9dd5c12

Please sign in to comment.