Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhk committed Mar 26, 2019
1 parent 7e5d3ae commit 5c9b309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/app/src/hasura.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import requests
from flask import Blueprint, jsonify

# bugfix
PRODUCTION_ENV = os.environ.get("PRODUCTION")
CLUSTER_NAME = os.environ.get("CLUSTER_NAME")
if CLUSTER_NAME is None:
Expand Down

0 comments on commit 5c9b309

Please sign in to comment.