aboutsummaryrefslogtreecommitdiff
path: root/userapi/storage/accounts/sqlite3/threepid_table.go
diff options
context:
space:
mode:
Diffstat (limited to 'userapi/storage/accounts/sqlite3/threepid_table.go')
-rw-r--r--userapi/storage/accounts/sqlite3/threepid_table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/userapi/storage/accounts/sqlite3/threepid_table.go b/userapi/storage/accounts/sqlite3/threepid_table.go
index 0104e834..3000d7c4 100644
--- a/userapi/storage/accounts/sqlite3/threepid_table.go
+++ b/userapi/storage/accounts/sqlite3/threepid_table.go
@@ -54,7 +54,7 @@ const deleteThreePIDSQL = "" +
type threepidStatements struct {
db *sql.DB
- writer *sqlutil.TransactionWriter
+ writer sqlutil.TransactionWriter
selectLocalpartForThreePIDStmt *sql.Stmt
selectThreePIDsForLocalpartStmt *sql.Stmt
insertThreePIDStmt *sql.Stmt