Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cleanup unused code #494

Merged
merged 15 commits into from
Apr 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
.'
  • Loading branch information
naorpeled committed Apr 8, 2023
commit e6a385dfc5c767a55c23b3c3e53ef61e95250ae3
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@aws-sdk/lib-dynamodb": "^3.287.0",
"@aws-sdk/client-dynamodb": "^3.287.0",
"coveralls": "^3.1.0",
"dynalite": "^3.2.1",
"eslint": "^8.2.0",
"jest": "^29.2.2",
"prettier": "^2.2.1",
Expand Down
71 changes: 0 additions & 71 deletions src/__tests__/put.int.test.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/classes/Entity/Entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,6 @@ class Entity<Name extends string = string,
}

// Verify returnValues
// TODO: Check this, conflicts with dynalite
if (
returnValues !== undefined &&
(typeof returnValues !== 'string' ||
Expand Down