mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-05-19 21:36:37 +00:00
Move Cache.js to oplog/
This commit is contained in:
parent
0be26e035b
commit
b33a97b1cb
@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const Log = require('ipfs-log');
|
||||
const Cache = require('../Cache');
|
||||
const Cache = require('./Cache');
|
||||
|
||||
class OperationsLog {
|
||||
constructor(ipfs, dbname, events, opts) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user