mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
sqlite: fix typo fetch_rollbacks
This commit is contained in:
parent
77b64c546b
commit
884a92c74b
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ class SqliteMessageStorage implements SearchableMessageStorage {
|
|||
stmts: [raw.statement],
|
||||
});
|
||||
} else {
|
||||
last.stmts.push(raw.statment);
|
||||
last.stmts.push(raw.statement);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue