Skip to content

Commit b55c3df

Browse files
committed
yet more lint
1 parent c4d6009 commit b55c3df

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

internal/datastore/src/__test__/mi-repository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("MiRepository", () => {
9393
);
9494

9595
const fetchedMi = await miRepository.getMI(
96-
persistedMi.id,
96+
persistedMi.id,
9797
persistedMi.supplierId,
9898
);
9999

internal/datastore/src/mi-repository.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import {
2-
DynamoDBDocumentClient,
3-
GetCommand,
4-
PutCommand,
1+
import {
2+
DynamoDBDocumentClient,
3+
GetCommand,
4+
PutCommand,
55
} from "@aws-sdk/lib-dynamodb";
66
import { Logger } from "pino";
77
import { randomUUID } from "node:crypto";

0 commit comments

Comments
 (0)