Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bloq/dynongo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d70d95cbc34a082b0d480398b2b30b53f86ee91
Choose a base ref
..
head repository: bloq/dynongo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9faf7b5f9ebed28d679376b6dde77c7328da447a
Choose a head ref
Showing with 1 addition and 4 deletions.
  1. +1 −4 src/lib/table.ts
5 changes: 1 addition & 4 deletions src/lib/table.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
UpdateTableCommandInput,
UpdateTimeToLiveCommandInput,
} from "@aws-sdk/client-dynamodb";
import { UpdateTableCommandInput } from "@aws-sdk/client-dynamodb";
import { DynamoDB } from "./dynamodb";
import {
Query,