Move Cache.js to oplog/

This commit is contained in:
haad 2016-04-27 12:39:02 +02:00
parent 0be26e035b
commit b33a97b1cb
2 changed files with 1 additions and 1 deletions

View File

@ -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) {