Commit f7364c5
committed
chore: explicitly coerce types in element commands
Typescript doesn't like accessing queries using a string variable since
the queries object doesn't have an index type. This is currently ignored
with a @ts-expect-error declaration. Instead ensure the queryName
variable is treated as a key of the queries object.1 parent f5dc2b3 commit f7364c5
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments