Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Aug 15, 2018
1 parent 69d3c63 commit 3e3aded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/koenig-editor/addon/helpers/sanitize-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import cajaSanitizers from 'ghost-admin/utils/caja-sanitizers';
import {assign} from '@ember/polyfills';
import {helper} from '@ember/component/helper';
import {htmlSafe} from '@ember/string';
import {isArray} from '@ember/array';

export function sanitizeHtml(params, options = {}) {
Expand Down

0 comments on commit 3e3aded

Please sign in to comment.