From 55ca050575d28fdaeb5689cee4bacfadb452d1d0 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 29 Dec 2020 15:50:47 -0800 Subject: [PATCH] This seems to build? --- web/utils/apis.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/utils/apis.ts b/web/utils/apis.ts index a1c3596c3..0c60790c1 100644 --- a/web/utils/apis.ts +++ b/web/utils/apis.ts @@ -1,5 +1,3 @@ -import { RequestInit } from 'node_modules/typescript/lib/lib.dom.d'; - /* eslint-disable prefer-destructuring */ const ADMIN_USERNAME = process.env.NEXT_PUBLIC_ADMIN_USERNAME; const ADMIN_STREAMKEY = process.env.NEXT_PUBLIC_ADMIN_STREAMKEY;