Skip to content

Commit

Permalink
Fix typo in name of backend/src/ports/secondary/DynamoDBGetBorrowerPr…
Browse files Browse the repository at this point in the history
…ofile.ts and associated references
  • Loading branch information
ramiruhayel committed Jun 24, 2024
1 parent 7af99a0 commit 5472c85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/adaptors/secondary/ddb-get-borrower-profile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BorrowerProfile } from '@/entities/BorrowerProfile';
import { InternalError } from '@/errors/InternalError';
import { GetBorrowerProfilePort } from '@/ports/secondary/DynamoBDGetBorrowerProfile';
import { GetBorrowerProfilePort } from '@/ports/secondary/DynamoDBGetBorrowerProfile';
import { Log, getTracer } from '@/utils/telemetry';
import { DynamoDBClient, GetItemCommand } from '@aws-sdk/client-dynamodb';
import { marshall, unmarshall } from '@aws-sdk/util-dynamodb';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Next, make this test pass. To this, you'll need to get the borrower profile usin
<details>
<summary>Hint</summary>
Take a look at `backend/src/ports/secondary/DynamoBDGetBorrowerProfile.ts`.
Take a look at `backend/src/ports/secondary/DynamoDBGetBorrowerProfile.ts`.
</details>
<details>
Expand Down

0 comments on commit 5472c85

Please sign in to comment.