Skip to content

Commit eac269b

Browse files
committed
lint fix
1 parent 3b04c0d commit eac269b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/datastore/src/mi-repository.ts

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

4444
async getMI(miId: string, supplierId: string): Promise<MI> {
45-
4645
const result = await this.ddbClient.send(
4746
new GetCommand({
4847
TableName: this.config.miTableName,

0 commit comments

Comments
 (0)