Skip to content

Commit

Permalink
Update logic
Browse files Browse the repository at this point in the history
Co-authored-by: Hassan Abdel-Rahman <[email protected]>
  • Loading branch information
FadhlanR and habdelra authored Jan 23, 2025
1 parent 1acd942 commit 44175d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/realm-server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,9 @@ export class RealmServer {
},
},
{
...(this.seedRealmURL
...(this.seedRealmURL && copyFromSeedRealm
? {
copiedFromRealm: copyFromSeedRealm
? this.seedRealmURL
: undefined,
copiedFromRealm: this.seedRealmURL
}
: {}),
},
Expand Down

0 comments on commit 44175d1

Please sign in to comment.