Skip to content

Commit 68bc7d1

Browse files
committed
Revert "lint fix"
This reverts commit 5d80195.
1 parent 766fe7d commit 68bc7d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/datastore/src/mi-repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export class MIRepository {
4242
}
4343

4444
async getMI(miId: string, supplierId: string): Promise<MI> {
45+
4546
const result = await this.ddbClient.send(
4647
new GetCommand({
4748
TableName: this.config.miTableName,

0 commit comments

Comments
 (0)