Skip to content

Commit

Permalink
Update api_gateway.bal
Browse files Browse the repository at this point in the history
  • Loading branch information
harshalkh authored Oct 20, 2023
1 parent d6e7fc0 commit 80ed77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/banking-accounts-service/api_gateway.bal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ table<AccountWithBalances> key(customerId) accountBalances = table [
{
id: "vgskspwldkdddn",
accountNumber: "1234 1234 2345",
customerId: "David",
customerId: "david",
customerName: "David David",
productType: "Savings Account",
status: "Active",
Expand Down

0 comments on commit 80ed77b

Please sign in to comment.