redeployin' altered render.yaml 🥦

This commit is contained in:
Will Holcomb
2021-03-19 04:21:28 -04:00
committed by Alec LaLonde
parent f9fe44336d
commit 43c2d0a514
2 changed files with 2 additions and 4 deletions

View File

@@ -2,8 +2,6 @@ import { createClient } from 'urql';
import { CONFIG } from '../config';
console.info(`Client URI: ${CONFIG.graphqlURL}`)
export const client = createClient({
url: CONFIG.graphqlURL,
suspense: false,