mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-06-22 08:47:31 +07:00
node_modules: update (#297)
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -2087,7 +2087,7 @@ module.exports = {
|
||||
if (!mimeType) {
|
||||
return defaultExtension;
|
||||
}
|
||||
const parts = (mimeType || '').toLowerCase().trim().split('/');
|
||||
const parts = mimeType.toLowerCase().trim().split('/');
|
||||
const rootType = parts.shift().trim();
|
||||
const subType = parts.join('/').trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user