We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4219c5 commit 5d80195Copy full SHA for 5d80195
1 file changed
internal/datastore/src/mi-repository.ts
@@ -42,7 +42,6 @@ export class MIRepository {
42
}
43
44
async getMI(miId: string, supplierId: string): Promise<MI> {
45
-
46
const result = await this.ddbClient.send(
47
new GetCommand({
48
TableName: this.config.miTableName,
0 commit comments