mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
Fix typo
This commit is contained in:
parent
c40850d218
commit
30057b399b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const insertEventJSONSQL = `
|
|||
const bulkSelectEventJSONSQL = `
|
||||
SELECT event_nid, event_json FROM roomserver_event_json
|
||||
WHERE event_nid IN ($1)
|
||||
ORDER BY event_nid ASC"
|
||||
ORDER BY event_nid ASC
|
||||
`
|
||||
|
||||
type eventJSONStatements struct {
|
||||
|
|
Loading…
Reference in a new issue