Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Aug 24, 2023
1 parent 6cf47af commit 0cd968f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/realm/src/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type BaseConfiguration = {
*/
schema?: (RealmObjectConstructor<AnyRealmObject> | ObjectSchema)[];
/**
* If changing the `schema`, this field is **required** and must be incremented. This only
* If changing the `schema`, this field is **required** and must be incremented. This only
* applies to local Realms.
* @since 0.11.0
*/
Expand Down Expand Up @@ -85,7 +85,7 @@ export type BaseConfiguration = {
*/
fifoFilesFallbackPath?: string;
sync?: SyncConfiguration;
/** @internal */
/** @internal */
openSyncedRealmLocally?: true;
/**
* The function called when opening a Realm for the first time during the life of
Expand Down

0 comments on commit 0cd968f

Please sign in to comment.