Skip to content

Commit

Permalink
SK-1621: add npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
“amith-skyflow” committed Oct 24, 2024
1 parent f59bf9a commit 41822bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@ src
test
coverage
samples
scripts
scripts
.github
babel.config.js
.babelrc
CHANGELOG.md
codecov.yml
jest.config.js
LICENSE
README.md
SECURITY.md
typedoc.json
2 changes: 1 addition & 1 deletion src/vault/controller/vault/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class VaultController {

private parseBulkInsertResponse(records: any[]): InsertResponse {
const insertedFields = records.map(record => ({
skyflow_id: record.skyflow_id,
skyflowId: record.skyflow_id,
...record.tokens
}));
return new InsertResponse({ insertedFields, errors: [] });
Expand Down

0 comments on commit 41822bc

Please sign in to comment.