From 744af7ce7f6cffc0cc62533263458ccac77bfb88 Mon Sep 17 00:00:00 2001 From: skyflow-vivek Date: Tue, 9 Jan 2024 17:30:30 +0530 Subject: [PATCH] SK-1389 Fix unknown field quorum in Insert operation --- src/vault-api/Controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vault-api/Controller.ts b/src/vault-api/Controller.ts index 0c08092..cc33898 100644 --- a/src/vault-api/Controller.ts +++ b/src/vault-api/Controller.ts @@ -295,6 +295,7 @@ class Controller { this.#client.config.vaultID}`, headers: { Authorization: `Bearer ${res}`, + 'content-type': 'application/json', }, }) .then((response: any) => {