From 9dd5c1256611f6ea427a1c575f3e46d80459693c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Sol=C3=A1?= Date: Tue, 4 Apr 2017 18:16:18 +0200 Subject: [PATCH] Use correct class name for ErrorObject It appears the ErrorObject based on the Request object, but not renamed. --- src/ErrorObject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ErrorObject.js b/src/ErrorObject.js index 081a918..8ed299b 100644 --- a/src/ErrorObject.js +++ b/src/ErrorObject.js @@ -1,7 +1,7 @@ // @flow import type { Label } from './types' -export default class Request { +export default class ErrorObject { label: Label; body: {};