Skip to content

Commit

Permalink
sqlite: fix typo fetch_rollbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnre8 committed Nov 6, 2023
1 parent 77b64c5 commit 884a92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/plugins/messageStorage/sqlite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class SqliteMessageStorage implements SearchableMessageStorage {
stmts: [raw.statement],
});
} else {
last.stmts.push(raw.statment);
last.stmts.push(raw.statement);
}
}

Expand Down

0 comments on commit 884a92c

Please sign in to comment.