Fix typo
parent
43172692bf
commit
a6fd754f75
|
@ -56,7 +56,7 @@ module.exports.fetchHTML = async function (url) {
|
||||||
* and token obtained previously. Save cookies on your
|
* and token obtained previously. Save cookies on your
|
||||||
* device after authentication.
|
* device after authentication.
|
||||||
* @param {Credentials} credentials Platform access credentials
|
* @param {Credentials} credentials Platform access credentials
|
||||||
* @param {Boolea} force Specifies whether the request should be forced, ignoring any saved cookies
|
* @param {Boolean} force Specifies whether the request should be forced, ignoring any saved cookies
|
||||||
* @returns {Promise<LoginResult>} Result of the operation
|
* @returns {Promise<LoginResult>} Result of the operation
|
||||||
*/
|
*/
|
||||||
module.exports.authenticate = async function (credentials, force) {
|
module.exports.authenticate = async function (credentials, force) {
|
||||||
|
|
Loading…
Reference in New Issue