fixed broken import require link
This commit is contained in:
parent
2cfd8fb532
commit
3aefd43303
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const logger = require('winston');
|
|||
const { getClaimId, getChannelViewData, getLocalFileRecord } = require('../controllers/serveController.js');
|
||||
const serveHelpers = require('../helpers/serveHelpers.js');
|
||||
const { handleRequestError } = require('../helpers/errorHandlers.js');
|
||||
const { postToStats } = require('../controllers/statsController.js');
|
||||
const { postToStats } = require('../helpers/statsHelpers.js');
|
||||
const db = require('../models');
|
||||
const lbryUri = require('../helpers/lbryUri.js');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue