fix
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-07-05 01:33:30 -06:00
parent e7a621075c
commit 527127d9c7
3 changed files with 3 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ export interface SQLDisplay {
tables: SQLDisplayTable[]
expected:
| {
columns: string[]
columns: SQLDisplayColumn[]
rows: (string | number | null)[][]
total_rows: number
truncated: boolean