From 4a875dfd9da6a0d8eb5fc91c2b7c3834aec739d5 Mon Sep 17 00:00:00 2001 From: Dan <32849715+ddangelo-shoprunner@users.noreply.github.com> Date: Wed, 30 Jan 2019 13:38:51 -0500 Subject: [PATCH] Removed trailing whitespaces --- types/auth0-js/index.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/types/auth0-js/index.d.ts b/types/auth0-js/index.d.ts index b36a25db44..7e43da1c89 100644 --- a/types/auth0-js/index.d.ts +++ b/types/auth0-js/index.d.ts @@ -571,12 +571,12 @@ export interface Auth0Error { errorDescription: string; // Need to include non-intuitive error fields that Auth0 uses code?: string; - description?: string; + description?: string; name?: string; policy?: string; - original?: any; - statusCode?: number; - statusText?: string; + original?: any; + statusCode?: number; + statusText?: string; } export type Auth0ParseHashError = Auth0Error & {