Browse Source

This seems to build?

pull/1886/head
Gabe Kangas 5 years ago
parent
commit
55ca050575
  1. 2
      web/utils/apis.ts

2
web/utils/apis.ts

@ -1,5 +1,3 @@ @@ -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;

Loading…
Cancel
Save