Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove .init call from fullfat.ts (#372)
This has meant that `automerge-repo` couldn't even be _imported_ in an environment without access to `crypto.getRandomValues` (for example, outside the handler of a Cloudflare worker) because it needs to generate ids. `init` is called correctly already any time a document is created or loaded, so this is only a bug fix and shouldn't have any other effects
- Loading branch information