fix golangcibot errors
This commit is contained in:
parent
c2252e8114
commit
c64ea633b3
@ -115,7 +115,9 @@ func getStoredDataFromGzip(value []byte) (*StoredData, error) {
|
||||
}
|
||||
|
||||
storedData := &StoredData{}
|
||||
json.Unmarshal(acmeData, &storedData)
|
||||
if err := json.Unmarshal(acmeData, &storedData); err != nil {
|
||||
return data, err
|
||||
}
|
||||
|
||||
return storedData, nil
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user