From 2e873b64d50135e375ed1188a827bff3eb520533 Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Mon, 22 Jan 2018 16:10:40 -0800 Subject: [PATCH] updates jsdoc comment --- wherehows-web/app/authenticators/custom-ldap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wherehows-web/app/authenticators/custom-ldap.ts b/wherehows-web/app/authenticators/custom-ldap.ts index 646eb29a19..d8fcf4888b 100644 --- a/wherehows-web/app/authenticators/custom-ldap.ts +++ b/wherehows-web/app/authenticators/custom-ldap.ts @@ -8,7 +8,7 @@ export default Base.extend({ * Resolves with data object returned from successful request. * @param {string} username username to authenticate with * @param {string} password matching candidate password for username - * @return {Promise<{}>} + * @return {Promise} */ authenticate: async (username: string, password: string): Promise => { const { data } = await postJSON({