Skip to content

Commit fe9ae7c

Browse files
Update JSDoc return type description in mailauth.js (#107)
1 parent b0a6417 commit fe9ae7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mailauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const { isIP } = require('net');
3030
* @param {Boolean} [opts.disableArc=false] If true then do not perform ARC validation and sealing
3131
* @param {Boolean} [opts.disableDmarc=false] If true then do not perform DMARC check
3232
* @param {Boolean} [opts.disableBimi=false] If true then do not perform BIMI check
33-
* @returns {Object} Authentication result
33+
* @returns Authentication result
3434
*/
3535
const authenticate = async (input, opts) => {
3636
opts = Object.assign({}, opts); // copy keys

0 commit comments

Comments
 (0)