Skip to content

Commit

Permalink
fix: remove not used const url
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Jun 1, 2024
1 parent 71ccb41 commit 106495e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion markdown-link-check
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const path = require('path');
const pkg = require('./package.json');
const { Command } = require('commander');
const program = new Command();
const url = require('url');
const { ProxyAgent } = require('proxy-agent');

class Input {
Expand Down

0 comments on commit 106495e

Please sign in to comment.