Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding 'await' - fixes the release version
The release version of the app was crashing on startup. This was because the environment variables were not being set before the app was started. This was because the code was not waiting for the environment variables to be set before trying to connect to the GraphQL client.
- Loading branch information