mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 11:24:58 +00:00
chore(gate): fix lint and formatting
This commit is contained in:
@@ -92,4 +92,3 @@ function ensureColumn(
|
||||
if (rows.some((row) => row.name === column)) return;
|
||||
db.exec(`ALTER TABLE ${table} ADD COLUMN ${column} ${definition}`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user