Skip to content

Commit

Permalink
SK-1389 Fix unknown field quorum in Insert operation
Browse files Browse the repository at this point in the history
  • Loading branch information
skyflow-vivek committed Jan 9, 2024
1 parent e11e341 commit 744af7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vault-api/Controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ class Controller {
this.#client.config.vaultID}`,
headers: {
Authorization: `Bearer ${res}`,
'content-type': 'application/json',
},
})
.then((response: any) => {
Expand Down

0 comments on commit 744af7c

Please sign in to comment.