mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 04:53:14 -06:00
Fix spelling mistake in comment for linter...
This commit is contained in:
parent
87fde8fdf8
commit
e958251461
|
|
@ -106,7 +106,7 @@ func (d *Database) CleanTransactions(
|
||||||
// So for multiple destinations we would call send_relay multiple times and have multiple
|
// So for multiple destinations we would call send_relay multiple times and have multiple
|
||||||
// json entries of the same transaction.
|
// json entries of the same transaction.
|
||||||
//
|
//
|
||||||
// TLDR; this works as expected right now but can easily be optimized in the future.
|
// TLDR; this works as expected right now but can easily be optimised in the future.
|
||||||
deleteJSONErr := d.RelayQueueJSON.DeleteQueueJSON(ctx, txn, nids)
|
deleteJSONErr := d.RelayQueueJSON.DeleteQueueJSON(ctx, txn, nids)
|
||||||
|
|
||||||
if deleteEntryErr != nil {
|
if deleteEntryErr != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue