drop unnecessary dep

This commit is contained in:
Karol Wypchlo 2020-08-26 15:57:13 +02:00
parent cb8a521ba7
commit 5ceba4e0cf
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
const superagent = require("superagent"); const superagent = require("superagent");
const HttpStatus = require("http-status-codes");
const hash = require("object-hash"); const hash = require("object-hash");
const checks = require("./basicChecks"); const checks = require("./basicChecks");