diff --git a/services/gunDB/rpc.js b/services/gunDB/rpc/index.js similarity index 96% rename from services/gunDB/rpc.js rename to services/gunDB/rpc/index.js index 8d56592d..67d15ca0 100644 --- a/services/gunDB/rpc.js +++ b/services/gunDB/rpc/index.js @@ -6,16 +6,16 @@ const { makePromise, Constants, Schema } = require('shock-common') const mapValues = require('lodash/mapValues') const Bluebird = require('bluebird') -const { pubToEpub } = require('./contact-api/utils') +const { pubToEpub } = require('../contact-api/utils') const { getGun, getUser, mySEA: SEA, getMySecret, $$__SHOCKWALLET__ENCRYPTED__ -} = require('./Mediator') +} = require('../Mediator') /** - * @typedef {import('./contact-api/SimpleGUN').ValidDataValue} ValidDataValue + * @typedef {import('../contact-api/SimpleGUN').ValidDataValue} ValidDataValue */ /**