From 9919b5adbbd811b15c086726bc369a8af425c1e8 Mon Sep 17 00:00:00 2001 From: cbullinger Date: Mon, 20 Nov 2023 10:59:55 -0500 Subject: [PATCH] Fix autobuilder error --- .../kotlin/realm-database/schemas/model-data-device-sync.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/sdk/kotlin/realm-database/schemas/model-data-device-sync.txt b/source/sdk/kotlin/realm-database/schemas/model-data-device-sync.txt index 2e037acd8b..44ee4f4d74 100644 --- a/source/sdk/kotlin/realm-database/schemas/model-data-device-sync.txt +++ b/source/sdk/kotlin/realm-database/schemas/model-data-device-sync.txt @@ -241,7 +241,7 @@ that is an optional link to a ``Pond`` object. .. literalinclude:: /examples/generated/kotlin/SchemaSync.snippet.sync-define-to-one-relationship.kt :language: kotlin :caption: Frog with To-One Relationship to Pond - :emphasize-lines: 12-13 + :emphasize-lines: 6-7 In the App Services schema, we see the new property translates to a field ``favoritePond``: @@ -302,7 +302,7 @@ we can create new ``Pond`` objects and append them to the frog's .. literalinclude:: /examples/generated/kotlin/SchemaSync.snippet.sync-define-to-many-relationship.kt :language: kotlin :caption: Frog with To-Many Relationship to Pond - :emphasize-lines: 12-13 + :emphasize-lines: 6-7 In the App Services schema, we see the new property translates to a ``favoritePonds`` field that contains all of the ``Pond`` objects related