Skip to content

Commit

Permalink
fisk
Browse files Browse the repository at this point in the history
  • Loading branch information
mindler-olli committed Mar 28, 2024
1 parent 163db48 commit 1d01c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queryBuilders/updateItemQueryBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export interface UpdateItemQueryBuilderInterface<
attribute: Key
): UpdateItemQueryBuilderInterface<DDB, Table, O>;

// TODO: This should only be supported for keys that are of type NUMBER or ARRAY
// TODO: This should only be supported for keys that are of type NUMBER or SET
add<Key extends ObjectKeyPaths<PickNonKeys<DDB[Table]>>>(
attribute: Key,
value: StripKeys<GetFromPath<DDB[Table], Key>>
Expand Down

0 comments on commit 1d01c88

Please sign in to comment.