Skip to content

Commit

Permalink
Using AnyUser in SyncConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jun 12, 2023
1 parent 82aace8 commit 85e3b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/realm/src/app-services/SyncConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import { EJSON, ObjectId, UUID } from "bson";

import {
AnyUser,
BSON,
ClientResetError,
MutableSubscriptionSet,
Expand Down Expand Up @@ -171,7 +172,7 @@ export type SSLVerifyObject = {
};

export type BaseSyncConfiguration = {
user: User;
user: AnyUser;
newRealmFileBehavior?: OpenRealmBehaviorConfiguration;
existingRealmFileBehavior?: OpenRealmBehaviorConfiguration;
onError?: ErrorCallback;
Expand Down

0 comments on commit 85e3b27

Please sign in to comment.