Commit e67b2be
fix(cloud-tests): drop unused cryptoPayments binding (biome noUnusedVariables)
After dropping the unused destructured `cryptoPayments` schema import binding (we read the table via `dbWrite.query.cryptoPayments` directly), the let-declaration was orphaned. Removed the binding and replaced the schemas pin with `void schemas.cryptoPayments` so the table is still imported eagerly (drizzle migrations need it bound before the test creates the SQL).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 02e341f commit e67b2be
1 file changed
Lines changed: 1 addition & 2 deletions
File tree
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | 246 | | |
248 | 247 | | |
249 | 248 | | |
| |||
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
260 | | - | |
| 259 | + | |
261 | 260 | | |
262 | 261 | | |
263 | 262 | | |
| |||
0 commit comments