mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
Suggested changes made
This commit is contained in:
parent
322a8f471c
commit
c177a32f3c
|
|
@ -163,7 +163,7 @@ func DeleteTag(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tagContent := newTag()
|
var tagContent gomatrix.TagContent
|
||||||
err = json.Unmarshal(data[0].Content, &tagContent)
|
err = json.Unmarshal(data[0].Content, &tagContent)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return httputil.LogThenError(req, err)
|
return httputil.LogThenError(req, err)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue