Commit 14e7497
fix: use f-string for browser query so default_limit is interpolated (#110)
The browser-related query block in fullDesktopQuery used a plain
triple-quoted string instead of an f-string, so {default_limit} was
passed as a literal string to the query engine rather than being
replaced with 100.
The base query block above already used an f-string correctly for
the same variable.
Co-authored-by: mengfanxing <mengfanxing@neolix.ai>1 parent a53cebe commit 14e7497
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
0 commit comments