tryin' one more variable version 🍇

This commit is contained in:
Will Holcomb
2021-03-19 09:25:25 -04:00
committed by Alec LaLonde
parent b6649bac2a
commit 7663da41db
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ export const CONFIG = {
graphqlURL: ((() => {
const {
NEXT_PUBLIC_GRAPHQL_URL: url,
REACT_APP_GRAPHQL_HOST: host,
NEXT_PUBLIC_GRAPHQL_HOST: host,
} = process.env;
if (url) return url;