Suggested changes made

This commit is contained in:
SUMUKHA-PK 2019-08-02 16:27:48 +05:30
parent 322a8f471c
commit c177a32f3c

View file

@ -163,7 +163,7 @@ func DeleteTag(
}
}
tagContent := newTag()
var tagContent gomatrix.TagContent
err = json.Unmarshal(data[0].Content, &tagContent)
if err != nil {
return httputil.LogThenError(req, err)