Skip to content

Commit

Permalink
Removed inaccurate sentance from code comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Nov 6, 2023
1 parent 2073725 commit 6c4c4fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions addons/dexie-cloud/src/db/entities/Realm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ export interface Realm {
name?: string;

/** Contains the user-ID of the owner. An owner has implicit full write-access to the realm
* and all obejcts connected to it. Ownership does not imply read (sync) access though,
* so realm owners still needs to add themself as a member if they are going to use the realm
* themselves.
* and all obejcts connected to it.
*/
owner?: string;
}
}

0 comments on commit 6c4c4fc

Please sign in to comment.