Do not actually start up gun

This commit is contained in:
Daniel Lugo 2022-01-28 14:15:36 -05:00
parent cbf40449fc
commit a48170c274
2 changed files with 2 additions and 2 deletions

View file

@ -281,7 +281,7 @@ const isAuthenticating = () => _isAuthenticating
const isRegistering = () => _isRegistering
const getGun = () => {
return gun
throw new Error('NO GUNS')
}
const getUser = () => {

View file

@ -734,7 +734,7 @@ function createUserReplica() {
*/
const Gun = opts => {
lastOpts = opts
forge()
// forge()
return createReplica('$root')
}