mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Add missing '}' typo introduced during merge
This commit is contained in:
parent
6a4cffc47e
commit
bb1d87485a
|
|
@ -338,6 +338,7 @@ func (d *Database) PutFilter(
|
|||
return "", err
|
||||
}
|
||||
return d.filter.findMaxID(ctx, localpart)
|
||||
}
|
||||
|
||||
// CheckAccountAvailability checks if the username/localpart is already present in the database.
|
||||
// If the DB returns sql.ErrNoRows the Localpart isn't taken.
|
||||
|
|
|
|||
Loading…
Reference in a new issue