Do not actually start up gun
This commit is contained in:
parent
cbf40449fc
commit
a48170c274
2 changed files with 2 additions and 2 deletions
|
|
@ -281,7 +281,7 @@ const isAuthenticating = () => _isAuthenticating
|
||||||
const isRegistering = () => _isRegistering
|
const isRegistering = () => _isRegistering
|
||||||
|
|
||||||
const getGun = () => {
|
const getGun = () => {
|
||||||
return gun
|
throw new Error('NO GUNS')
|
||||||
}
|
}
|
||||||
|
|
||||||
const getUser = () => {
|
const getUser = () => {
|
||||||
|
|
|
||||||
|
|
@ -734,7 +734,7 @@ function createUserReplica() {
|
||||||
*/
|
*/
|
||||||
const Gun = opts => {
|
const Gun = opts => {
|
||||||
lastOpts = opts
|
lastOpts = opts
|
||||||
forge()
|
// forge()
|
||||||
|
|
||||||
return createReplica('$root')
|
return createReplica('$root')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue