Commit 5de589f
committed
fix: replace unsafe call of non-nullable symbol
With a takIf/let pattern. Theoretically you can have two threads
racing - one changing the value of lastDeploymentURL and another
\one reading. In our code that should be pretty much impossible.
But the compiler can't be sure of that so it throws and error.1 parent b6c6e7c commit 5de589f
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
| |||
0 commit comments