From 2a41d4fb397d99f8a7a1f91e413f684bfba7017c Mon Sep 17 00:00:00 2001 From: Adrian Chia Date: Tue, 5 Dec 2017 16:51:38 -0600 Subject: [PATCH] Fix travis build error --- types/auth0-js/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/auth0-js/index.d.ts b/types/auth0-js/index.d.ts index 443ba7674b..7bce828ac1 100644 --- a/types/auth0-js/index.d.ts +++ b/types/auth0-js/index.d.ts @@ -273,7 +273,7 @@ export class WebAuth { * Renews an existing session on Auth0's servers using `response_mode=web_message` (i.e. Auth0's hosted login page) * * @param options options used in {@link authorize} call - * @param callback + * @param callback: any(err, token_payload) */ checkSession(options: AuthorizeOptions, callback: Auth0Callback): void; }