Commit 1bca5a5
authored
Workflows: Fix error source when unexpected time field is used (#437)
We support 2 time fields and use `0` and `1` to distinguish them. If
user uses any other time fields `2`, `3`, ... this causes an error as it
is not supported. The error should be downstream.
<img width="636" alt="image"
src="https://github.com/user-attachments/assets/96bd3b67-1260-421d-bdb4-3276d7d620cb"
/>
After fix:
<img width="1506" alt="image"
src="https://github.com/user-attachments/assets/7ca6f2f1-beb2-43dd-9674-e8ba45eb50ec"
/>1 parent 012399a commit 1bca5a5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments