aboutsummaryrefslogtreecommitdiff
path: root/appservice/storage/sqlite3/appservice_events_table.go
diff options
context:
space:
mode:
Diffstat (limited to 'appservice/storage/sqlite3/appservice_events_table.go')
-rw-r--r--appservice/storage/sqlite3/appservice_events_table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/appservice/storage/sqlite3/appservice_events_table.go b/appservice/storage/sqlite3/appservice_events_table.go
index da31f235..5cc07ed3 100644
--- a/appservice/storage/sqlite3/appservice_events_table.go
+++ b/appservice/storage/sqlite3/appservice_events_table.go
@@ -67,7 +67,7 @@ const (
type eventsStatements struct {
db *sql.DB
- writer *sqlutil.TransactionWriter
+ writer sqlutil.TransactionWriter
selectEventsByApplicationServiceIDStmt *sql.Stmt
countEventsByApplicationServiceIDStmt *sql.Stmt
insertEventStmt *sql.Stmt