Skip to content

Commit

Permalink
another bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhk committed Mar 26, 2019
1 parent 5c9b309 commit 85d6489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microservices/app/src/hasura.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import requests
from flask import Blueprint, jsonify
# bugfix
#another 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 85d6489

Please sign in to comment.