Skip to content

Commit

Permalink
Merge pull request #329 from dklimpel/remove_not_needed_var
Browse files Browse the repository at this point in the history
fix: remove not used `const url`
  • Loading branch information
tcort authored Nov 5, 2024
2 parents b54367e + 106495e commit d9af718
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 d9af718

Please sign in to comment.