Skip to content

Commit

Permalink
Update packages/realm/src/app-services/MutableSubscriptionSet.ts
Browse files Browse the repository at this point in the history
Co-authored-by: LJ <81748770+elle-j@users.noreply.github.com>
  • Loading branch information
takameyer and elle-j committed Aug 22, 2023
1 parent 17e4265 commit 7caab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm/src/app-services/MutableSubscriptionSet.ts
Expand Up @@ -67,7 +67,7 @@ export type SubscriptionOptions = {
throwOnUpdate?: boolean;
/**
* Specifies how to wait or not wait for subscribed objects to be downloaded.
* By default, the behavior is `WaitForSync.Never`.
* @default WaitForSync.FirstTime
*/
behavior?: WaitForSync;
/**
Expand Down

0 comments on commit 7caab25

Please sign in to comment.