Skip to content

Commit f84bd94

Browse files
committed
nit fix
1 parent 4851069 commit f84bd94

File tree

1 file changed

+2
-1
lines changed
  • src/pages/[platform]/build-a-backend/data/data-modeling/relationships

1 file changed

+2
-1
lines changed

src/pages/[platform]/build-a-backend/data/data-modeling/relationships/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ do {
446446
```ts
447447
// Get the IDs of the related members.
448448
const { data: teamWithMembers } = await client.models.Team.get(
449-
{ id: teamId},
449+
{ id: teamId },
450450
{ selectionSet: ["id", "members.*"] },
451451
);
452452

@@ -818,6 +818,7 @@ val cart = Amplify.API.query(
818818
</InlineFilter>
819819

820820
<InlineFilter filters={["javascript", "angular", "react-native", "react", "nextjs", "vue"]}>
821+
821822
### Handling orphaned foreign keys on parent record deletion in "Has One" relationship
822823

823824
```ts

0 commit comments

Comments
 (0)