From 4db996341a4383a4f6f1a360df0422e8681ac9de Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 19 Jul 2024 11:26:38 +0100 Subject: [PATCH] chore: appease linter --- billing/tables/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billing/tables/client.js b/billing/tables/client.js index 69201492..15706639 100644 --- a/billing/tables/client.js +++ b/billing/tables/client.js @@ -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'