Resolves #6. Remove hash field from the project structures

This commit is contained in:
ErickSkrauch
2019-05-01 01:51:16 +03:00
parent a81c6fc9f8
commit ed0b9bb040
6 changed files with 10 additions and 17 deletions

View File

@@ -72,7 +72,6 @@ func (cfg *Config) PostSkin(resp http.ResponseWriter, req *http.Request) {
record.Uuid = req.Form.Get("uuid")
record.SkinId = skinId
record.Hash = req.Form.Get("hash")
record.Is1_8 = is18
record.IsSlim = isSlim
record.Url = req.Form.Get("url")