Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiNyzhnyk committed Jun 10, 2022
1 parent 88c3316 commit 73f8838
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Expand Up @@ -2,8 +2,6 @@ const Hoek = require('@hapi/hoek');
const Joi = require('joi');
const Path = require('path');
const { join, sep } = require('path');
const Querystring = require('querystring');
const Url = require('url');
const swaggerUiAssetPath = require('swagger-ui-dist').getAbsoluteFSPath();

const Pack = require('../package.json');
Expand Down
2 changes: 0 additions & 2 deletions lib/utilities.js
@@ -1,7 +1,5 @@
const Hoek = require('@hapi/hoek');
const Joi = require('joi');
const Url = require('url');
const Querystring = require('querystring');

const utilities = (module.exports = {});

Expand Down

0 comments on commit 73f8838

Please sign in to comment.