mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Fix typo
Signed-off-by: Zero King <l2dy@icloud.com>
This commit is contained in:
parent
8861437c26
commit
acca6446d1
|
|
@ -81,7 +81,7 @@ func updateMemberships(
|
|||
return nil, err
|
||||
}
|
||||
}
|
||||
return nil, nil
|
||||
return updates, nil
|
||||
}
|
||||
|
||||
func updateMembership(
|
||||
|
|
|
|||
Loading…
Reference in a new issue