Merge branch 'main' of github.com:moudsen/mailGraph

This commit is contained in:
Mark Oudsen 2023-06-30 10:19:40 +02:00
commit fa7fba040a

View File

@ -7,7 +7,7 @@ try {
result = { tags: {} }; result = { tags: {} };
// Set HTTP proxy if required // Set HTTP proxy if required
if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') { if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') {
req.setProxy(params.HTTPProxy); req.setProxy(params.HTTPProxy);
fields.HTTPProxy = params.HTTPProxy; fields.HTTPProxy = params.HTTPProxy;
} }