Commit 5fc16f8
committed
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.1 parent 9950443 commit 5fc16f8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments