Skip to content

Commit

Permalink
one import reference I forogt to update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Cynowicz committed Sep 22, 2020
1 parent fb8a7a2 commit 81b97b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/export/to_public_html.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var pick = require('lodash').pick;
var toHtml = require('./to_html');
var publicFormats = require('../formats');
var formatOptions = require('../formats/formatOptions');
var formatOptions = require('../formats/format_options');

module.exports = function toPublicHtml(delta, formats, options) {
formats = formats ? pick(publicFormats, formats) : publicFormats;
Expand Down

0 comments on commit 81b97b1

Please sign in to comment.