Skip to content

Commit

Permalink
Remove unused import of valid-url
Browse files Browse the repository at this point in the history
  • Loading branch information
menghif committed Oct 10, 2021
1 parent 1d0f70b commit c2fedcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/utils/wiki-feed-parser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const fetch = require('node-fetch');
const jsdom = require('jsdom');
const { isWebUri } = require('valid-url');
const { setIntervalAsync, clearIntervalAsync } = require('set-interval-async/dynamic');

require('../lib/config');
Expand Down

0 comments on commit c2fedcb

Please sign in to comment.