Skip to content

Commit

Permalink
Merge pull request masylum#8 from p3drosola/patch-1
Browse files Browse the repository at this point in the history
Use correct class name for ErrorObject
  • Loading branch information
masylum authored Apr 4, 2017
2 parents 9b6ce96 + 9dd5c12 commit 6354eeb
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 6354eeb

Please sign in to comment.