From 2ad36d6e193d937ac47b604dfa810c094abb9982 Mon Sep 17 00:00:00 2001 From: Kathy Tran Date: Thu, 10 Aug 2023 11:29:54 -0400 Subject: [PATCH] Remove qs --- upsertGitHubTag/deployment/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/upsertGitHubTag/deployment/index.js b/upsertGitHubTag/deployment/index.js index 23aa2c5..65c06d5 100644 --- a/upsertGitHubTag/deployment/index.js +++ b/upsertGitHubTag/deployment/index.js @@ -3,7 +3,6 @@ const url = require("url"); const https = require("https"); const crypto = require("crypto"); -const qs = require("querystring"); const LAMBDA_USER_AGENT = "DockstoreLambda (NodeJs)"; const DELIVERY_ID_HEADER = "X-GitHub-Delivery";