Skip to content

Commit

Permalink
Merge pull request #135 from skyflowapi/SK-1090-remove-unnecessary-ge…
Browse files Browse the repository at this point in the history
…t-calls-in-insert-batch-operation-node-sdk

SK-1389 Fix unknown field quorum in Insert operation
  • Loading branch information
skyflow-vivek authored Jan 9, 2024
2 parents df9d74a + 744af7c commit 317d1e4
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 317d1e4

Please sign in to comment.