We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766fe7d commit 68bc7d1Copy full SHA for 68bc7d1
1 file changed
internal/datastore/src/mi-repository.ts
@@ -42,6 +42,7 @@ 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