Skip to content

Commit

Permalink
Remove viewsRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Nov 30, 2020
1 parent 776ecb7 commit b30784d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const {open} = require('./utils');
const {renderViewer} = require('./template');

const projectRoot = path.resolve(__dirname, '..');
const viewsRoot = path.join(projectRoot, 'views');

function resolveTitle(reportTitle) {
if (typeof reportTitle === 'function') {
Expand Down

0 comments on commit b30784d

Please sign in to comment.