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