mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Fix lint issue
This commit is contained in:
parent
ef02d503bc
commit
9f0e734840
|
|
@ -110,7 +110,7 @@ func (s *stateBlockStatements) BulkInsertStateData(
|
|||
return 0, err
|
||||
}
|
||||
for _, entry := range entries {
|
||||
_, err := txn.Stmt(s.insertStateDataStmt).ExecContext(
|
||||
_, err = txn.Stmt(s.insertStateDataStmt).ExecContext(
|
||||
ctx,
|
||||
int64(stateBlockNID),
|
||||
int64(entry.EventTypeNID),
|
||||
|
|
|
|||
Loading…
Reference in a new issue