mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-06-21 16:41:23 +07:00
node_modules: update (#297)
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -1006,7 +1006,7 @@ class MimeNode {
|
||||
return contentStream;
|
||||
}
|
||||
// fetch URL
|
||||
return nmfetch(content.href, { headers: content.httpHeaders });
|
||||
return nmfetch(content.href, { headers: content.httpHeaders, tls: content.tls });
|
||||
}
|
||||
|
||||
// pass string or buffer content as a stream
|
||||
|
||||
Reference in New Issue
Block a user