Skip to content

Commit

Permalink
Removed this
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Jul 3, 2023
1 parent 1629754 commit fa9ca54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/realm/src/app-services/Sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ export class Sync {
* The default behavior settings if you want to open a synchronized Realm immediately and start working on it.
* If this is the first time you open the Realm, it will be empty while the server data is being downloaded in the background.
*/
static openLocalRealmBehavior = this.defaultLocalOpenRealmConfiguration;
static openLocalRealmBehavior = Sync.defaultLocalOpenRealmConfiguration;

/**
* The default behavior settings if you want to wait for downloading a synchronized Realm to complete before opening it.
*/
static downloadBeforeOpenBehavior = this.defaultSyncOpenRealmConfiguration;
static downloadBeforeOpenBehavior = Sync.defaultSyncOpenRealmConfiguration;
}

0 comments on commit fa9ca54

Please sign in to comment.