Skip to content

Commit c5cef8b

Browse files
author
Mohammad Hunan Chughtai
committed
Add additional comment
1 parent 4177b4d commit c5cef8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/react-native/__tests__/ts/Models/Invoice.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Invoice extends Realm.Object<Invoice> {
1010

1111
static schema = {
1212
name: 'Invoice',
13+
// sync Invoice objects one way from your device to your Atlas database.
1314
asymmetric: true,
1415
primaryKey: '_id',
1516
properties: {

source/examples/generated/react-native/ts/Invoice.snippet.ts-invoice-schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class Invoice extends Realm.Object<Invoice> {
66

77
static schema = {
88
name: 'Invoice',
9+
// sync Invoice objects one way from your device to your Atlas database.
910
asymmetric: true,
1011
primaryKey: '_id',
1112
properties: {

0 commit comments

Comments
 (0)