From 54c0f4463ef3fc4e5471b6c13397ffe20b54c5da Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Mon, 8 Aug 2022 17:24:37 -0400 Subject: [PATCH] Removed obsoleted code I made --- test/index.test.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/index.test.ts b/test/index.test.ts index 6206a8f..7aaec5f 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -1,9 +1,4 @@ import { cacheWrapper } from '../src/server'; -// import { webcrypto } from 'node:crypto'; -// const crypto = webcrypto; - -// eslint-disable-next-line @typescript-eslint/no-explicit-any -// declare const global: any; const botHeaders = { 'User-Agent': 'Discordbot/2.0' }; const humanHeaders = {