Commit 1484b85
jsonata expression evaluation is async, so needs to be awaited (#11)
* jsonata expression evaluation is async, so needs to be awaited
https://github.com/jsonata-js/jsonata/blob/master/CHANGELOG.md#200-major-release
* Another await
---------
Co-authored-by: Alexandre Alapetite <[email protected]>1 parent e781678 commit 1484b85
File tree
2 files changed
+2
-2
lines changed2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments