Skip to content

Commit

Permalink
fix: update packages/util-dynamodb/src/unmarshall.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
  • Loading branch information
kuhe and trivikr committed Oct 6, 2023
1 parent 1520de3 commit aa9207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/util-dynamodb/src/unmarshall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface unmarshallOptions {
* When true, skip wrapping the data in `{ M: data }` before converting.
*
* Default is true when using the DynamoDBDocumentClient,
* but false if directly using the unmarshall function (backwards compatibility)..
* but false if directly using the unmarshall function (backwards compatibility).
*/
convertWithoutMapWrapper?: boolean;
}
Expand Down

0 comments on commit aa9207e

Please sign in to comment.