Fix typo
This commit is contained in:
parent
c40850d218
commit
30057b399b
|
@ -40,7 +40,7 @@ const insertEventJSONSQL = `
|
||||||
const bulkSelectEventJSONSQL = `
|
const bulkSelectEventJSONSQL = `
|
||||||
SELECT event_nid, event_json FROM roomserver_event_json
|
SELECT event_nid, event_json FROM roomserver_event_json
|
||||||
WHERE event_nid IN ($1)
|
WHERE event_nid IN ($1)
|
||||||
ORDER BY event_nid ASC"
|
ORDER BY event_nid ASC
|
||||||
`
|
`
|
||||||
|
|
||||||
type eventJSONStatements struct {
|
type eventJSONStatements struct {
|
||||||
|
|
Loading…
Reference in a new issue