updates jsdoc comment

This commit is contained in:
Seyi Adebajo 2018-01-22 16:10:40 -08:00
parent cbe75c918e
commit 2e873b64d5

View File

@ -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<IAuthenticationData>}
*/
authenticate: async (username: string, password: string): Promise<IAuthenticationData> => {
const { data } = await postJSON<IAuthenticateResponse>({