Update util.ts

This commit is contained in:
Daniel Hougaard
2024-09-23 23:53:16 +04:00
parent b49796ad9e
commit 217c63c4e9

View File

@@ -67,7 +67,7 @@ export const performAwsIamLogin = async (baseUrl: string, identityId: string, re
);
delete signOpts.headers?.host;
delete signOpts.headers?.Host;
const headers = {
...signOpts.headers
};