Fix object selectin/deselection, deprecated http option

This commit is contained in:
Casper Warden
2023-11-22 11:51:20 +00:00
parent adc9d54190
commit 302bf3302f
7 changed files with 50 additions and 20 deletions

View File

@@ -568,7 +568,9 @@ export class EventQueueClient
'Content-Type': contentType
},
body: data,
rejectUnauthorized: false,
https: {
rejectUnauthorized: false,
},
timeout: 1800000 // Super long timeout
});