mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
Fixed linting errors, names of vars changed
This commit is contained in:
parent
8fa1b41f73
commit
65f9050214
|
|
@ -184,7 +184,7 @@ func DeleteTag(
|
||||||
JSON: struct{}{},
|
JSON: struct{}{},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
err = saveTagData(req, localpart, roomID, accountDB, Tag)
|
err = saveTagData(req, localpart, roomID, accountDB, tagContent)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return httputil.LogThenError(req, err)
|
return httputil.LogThenError(req, err)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue