Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 19, 2024
1 parent 60da510 commit 4db9963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billing/tables/client.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BatchWriteItemCommand, DynamoDBClient, GetItemCommand, PutItemCommand, QueryCommand, ScanCommand, TransactWriteItemsCommand } from '@aws-sdk/client-dynamodb'
import { BatchWriteItemCommand, DynamoDBClient, GetItemCommand, PutItemCommand, QueryCommand, ScanCommand } from '@aws-sdk/client-dynamodb'
import { marshall, unmarshall, convertToAttr } from '@aws-sdk/util-dynamodb'
import retry from 'p-retry'
import { InsufficientRecords, RecordNotFound, StoreOperationFailure } from './lib.js'
Expand Down

0 comments on commit 4db9963

Please sign in to comment.