Some minor changes

This commit is contained in:
SUMUKHA-PK 2019-08-02 14:44:58 +05:30
parent cfeda08f1c
commit 55f8e042f3

View file

@ -107,7 +107,7 @@ func PutTag(
if err = json.Unmarshal(data[0].Content, &tagContent); err != nil {
return httputil.LogThenError(req, err)
}
}else{
} else {
tagContent = newTag()
}
tagContent.Tags[tag] = properties